Changeset 1668 in kBuild
- Timestamp:
- Jul 4, 2008 4:02:50 AM (16 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/subfooter.kmk
r1649 r1668 36 36 # 37 37 ifdef __footer_kmk__ 38 $(error kBuild: footer.kmk has already been included. Fix your sub-makefiles!) 38 $(error kBuild: footer.kmk has already been included. Fix your sub-makefiles!\ 39 $(NL)Makefile list: $(subst $(SP),$(NL)$(TAB),$(MAKEFILE_LIST))) 39 40 endif 40 41 -
trunk/kBuild/subheader.kmk
r1663 r1668 35 35 # 36 36 ifdef __footer_kmk__ 37 $(error kBuild: footer.kmk has already been included. Fix your sub-makefiles!) 37 $(error kBuild: footer.kmk has already been included. Fix your sub-makefiles!\ 38 $(NL)Makefile list: $(subst $(SP),$(NL)$(TAB),$(MAKEFILE_LIST)) 38 39 endif 39 40
Note:
See TracChangeset
for help on using the changeset viewer.