Changeset 874 for trunk/kBuild/footer.kmk
- Timestamp:
- Apr 6, 2007, 8:01:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r859 r874 27 27 ifndef __footer_kmk__ 28 28 # start-of-file-content 29 30 #31 # Make sure that the core variables we defined in recursive expansion mode32 # up in header.kmk get expanded before we really start using them. The kBuild33 # functions added to kmk to speed stuff up assumes that the variables are34 # expanded here.35 #36 PATH_OBJ := $(PATH_OBJ)37 PATH_TARGET := $(PATH_TARGET)38 PATH_INS := $(PATH_INS)39 PATH_BIN := $(PATH_BIN)40 PATH_DLL := $(PATH_DLL)41 PATH_SYS := $(PATH_SYS)42 PATH_LIB := $(PATH_LIB)43 PATH_DOC := $(PATH_DOC)44 29 45 30 #
Note:
See TracChangeset
for help on using the changeset viewer.