Changeset 749
- Timestamp:
- Dec 28, 2006, 4:13:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r747 r749 910 910 911 911 # Define the aliases here (doesn't work if defined in def_fetch_rules, just like includedep). 912 $(target): :$(out)913 $(target)_unfetch: :$(out)_unfetched912 $(target): $(out) 913 $(target)_unfetch: $(out)_unfetched 914 914 915 915 _FETCHES += $(out) … … 969 969 endif 970 970 971 ## Generates the rules for building a specific object, and the '::'aliases971 ## Generates the rules for building a specific object, and the aliases 972 972 # for building a source file. 973 973 # @param $(obj) The object file. … … 992 992 endif 993 993 994 $(basename $(notdir $(obj))).o:: 995 + $$(MAKE) -f $$(MAKEFILE) $(obj) 996 $(basename $(notdir $(obj))).obj:: 997 + $$(MAKE) -f $$(MAKEFILE) $(obj) 994 $(basename $(notdir $(obj))).o: $(obj) 995 $(basename $(notdir $(obj))).obj: $(obj) 998 996 endef 999 997 … … 1035 1033 endif 1036 1034 1037 $(basename $(notdir $(out))):: 1038 + $$(MAKE) -f $$(MAKEFILE) $(out) 1035 $(basename $(notdir $(out))): $(out) 1039 1036 1040 1037 endef … … 1052 1049 1053 1050 ifdef KBUILD_DO_AUTO_INSTALL 1054 $(basename $(notdir $(out))):: 1055 + $$(MAKE) -f $$(MAKEFILE) $(INSTARGET_$(target)) 1051 $(basename $(notdir $(out))): $(INSTARGET_$(target)) 1056 1052 endif 1057 1053 endef
Note:
See TracChangeset
for help on using the changeset viewer.