Changeset 3422 for trunk/kBuild
- Timestamp:
- Aug 21, 2020, 1:48:40 PM (5 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/rules.kmk
r3121 r3422 32 32 # 33 33 34 ifdef PATH_KBUILD34 ifdef KBUILD_PATH 35 35 # Usual location. 36 include $( PATH_KBUILD)/header.kmk36 include $(KBUILD_PATH)/header.kmk 37 37 else 38 38 # Default location. … … 40 40 endif 41 41 42 # PATH_KBUILDis defined now.43 include $( PATH_KBUILD)/footer.kmk42 # KBUILD_PATH is defined now. 43 include $(KBUILD_PATH)/footer.kmk 44 44 -
trunk/kBuild/subfooter.kmk
r3416 r3422 70 70 # We've reached the end of the line, include the real footer. 71 71 # 72 include $( PATH_KBUILD)/footer.kmk72 include $(KBUILD_PATH)/footer.kmk 73 73 74 74 endif -
trunk/kBuild/subheader.kmk
r3416 r3422 46 46 _SUB_MAKEFILE_NOT_FIRST := 1 47 47 DEPTH ?= $(SUB_DEPTH) 48 include $( PATH_KBUILD)/header.kmk48 include $(KBUILD_PATH)/header.kmk 49 49 50 50 else -
trunk/kBuild/up.kmk
r3121 r3422 34 34 # include the header to get the right MAKE and to include config.kmk 35 35 # files since these may contain global goals. 36 include $( PATH_KBUILD)/header.kmk36 include $(KBUILD_PATH)/header.kmk 37 37 38 38 UP_TO ?= ..
Note:
See TracChangeset
for help on using the changeset viewer.