Changeset 525
- Timestamp:
- Sep 16, 2006, 8:26:17 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r523 r525 2 2 3 3 2006-09-16: 4 - kBuild/header.kmk: 5 o Turn off command dependencies when using vanilla GNU Make. 6 - kBuild/footer.kmk: 7 o Made up my mind about the command depency blocker variables; 8 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS. 4 9 - src/gmake: 5 10 o Added kmk_gmake which is (almost) vanilla GNU Make. -
trunk/kBuild/header.kmk
r513 r525 233 233 234 234 # 235 # Get rid of the GNU Make default stuff 235 # Disable some features and stamp out predefines if we're running 236 # vanilla GNU Make. 236 237 # 237 238 ifndef KMK_VERSION 239 NO_COMPILE_CMDS_DEPS:= 1 240 NO_LINK_CMDS_DEPS := 1 238 241 include $(PATH_KBUILD)/StampOutPredefines.kmk 239 242 endif
Note:
See TracChangeset
for help on using the changeset viewer.