Changeset 3305 in kBuild
- Timestamp:
- Jan 14, 2020 3:11:48 PM (5 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r3128 r3305 95 95 # Dependency files. (currently not on target level, only this global stuff) 96 96 _DEPFILES := $(DEPFILES) $(DEPFILES.$(KBUILD_TARGET)) $(DEPFILES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)) $(DEPFILES.$(KBUILD_TARGET_ARCH)) $(DEPFILES.$(KBUILD_TARGET_CPU)) $(DEPFILES.$(KBUILD_TYPE)) 97 98 # included dependency files.99 _DEPFILES_INCLUDED :=100 97 101 98 -
trunk/kBuild/header.kmk
r3253 r3305 971 971 # 972 972 973 ## Included dependency files (used to be in footer.kmk). 974 _DEPFILES_INCLUDED := 975 973 976 ## Temporary for the compile rule below. 974 977 if "$(KBUILD_KMK_REVISION)" >= 3134 … … 1004 1007 # @param 1 recipe name 1005 1008 # @param 2 dep file. 1006 KB_FN_AUTO_CMD_DEPS_EX = $(eval includedep $2 )$(eval_DEPFILES_INCLUDED += $2)$1: .MUST_MAKE = $$(comp-cmds-ex $$(AUTO_CMD_DEP_$(translate $1,:,_)_PREV_CMDS),$$(commands $1),FORCE)1009 KB_FN_AUTO_CMD_DEPS_EX = $(eval includedep $2$(NL)_DEPFILES_INCLUDED += $2)$1: .MUST_MAKE = $$(comp-cmds-ex $$(AUTO_CMD_DEP_$(translate $1,:,_)_PREV_CMDS),$$(commands $1),FORCE) 1007 1010 1008 1011 ##
Note:
See TracChangeset
for help on using the changeset viewer.