Changeset 3422 for trunk/kBuild/rules.kmk
- Timestamp:
- Aug 21, 2020, 1:48:40 PM (5 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.