Changeset 77 for trunk/kBuild/header.kmk


Ignore:
Timestamp:
May 31, 2004, 10:53:24 AM (21 years ago)
Author:
bird
Message:

..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r75 r77  
    121121BUILD_TARGET        := win32
    122122endif
    123 ifeq ($(BUILD_TARGET),WIN32)
     123ifeq ($(BUILD_TARGET),win32)
    124124_BUILD_TARGET_OK    := 1
    125125endif
     
    277277_CFGFILES   :=
    278278define def_include_config
    279 _CFGDIR     := $(_CFGDIR)/$(1)
    280 _CFGFILES   += $(wildcard $(_CFGDIR)/config.kmk $(_CFGDIR)/config.kMk)
     279$(eval _CFGDIR := $(_CFGDIR)/$(1))
     280_CFGFILES   += $(wildcard $(_CFGDIR)/Config.kmk $(_CFGDIR)/config.kmk)
    281281endef
    282282# walk down the _RELATIVE_ path specified by DEPTH.
Note: See TracChangeset for help on using the changeset viewer.