- Timestamp:
- Feb 8, 2007 10:43:31 PM (18 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/gnumake-header.kmk
r825 r850 67 67 ## 68 68 # Use the APPEND shell script in case we're boot strapping. 69 overrideAPPEND_EXT := $(PATH_KBUILD)/gnumake-append.sh70 overrideAPPEND = $(APPEND_EXT)69 APPEND_EXT := $(PATH_KBUILD)/gnumake-append.sh 70 APPEND = $(APPEND_EXT) 71 71 72 72 # -
trunk/kBuild/header.kmk
r845 r850 227 227 endif 228 228 endif 229 else230 include $(PATH_KBUILD)/gnumake-header.kmk231 229 endif 232 230 … … 705 703 # all passes mentioned by DEFAULT_PASSES. 706 704 PASSES := FETCHES PATCHES $(DEFAULT_PASSES) NOTHING CLEAN 705 706 707 # 708 # Include the gnumake header hacks if we're not using kmk. 709 # 710 ifndef KMK_VERSION 711 include $(PATH_KBUILD)/gnumake-header.kmk 712 endif 707 713 708 714
Note:
See TracChangeset
for help on using the changeset viewer.