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