Changeset 762


Ignore:
Timestamp:
Jan 19, 2007, 12:31:58 AM (18 years ago)
Author:
bird
Message:

nuke some more environment variables. (fixes the problem with PROGRAMS on OS/2, ++)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kBuild/header.kmk

    r761 r762  
    583583endif
    584584endef
    585 $(foreach prop,$(PROPS_ALL),$(eval $(value def_nuke_environment_prop)))
     585$(foreach prop, $(PROPS_ALL) \
     586        FETCHES PATCHES BLDPROGS LIBRARIES IMPORT_LIBS DLLS PROGRAMS SYSMODS INSTALLS OTHERS \
     587        SUBDIRS MAKEFILES \
     588        ,$(eval $(value def_nuke_environment_prop)))
    586589
    587590endif
Note: See TracChangeset for help on using the changeset viewer.