Changeset 1520 for trunk/kBuild
- Timestamp:
- Apr 11, 2008, 2:04:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1504 r1520 1835 1835 ## wrapper the compile command dependency check. 1836 1836 ifndef NO_COMPILE_CMDS_DEPS 1837 _DEP_COMPILE_CMDS = $$(comp-cmds-ex $$($(target)_$(s ource)_CMDS_PREV_),$$(commands $(obj)),FORCE)1837 _DEP_COMPILE_CMDS = $$(comp-cmds-ex $$($(target)_$(subst :,_,$(source))_CMDS_PREV_),$$(commands $(obj)),FORCE) 1838 1838 else 1839 1839 _DEP_COMPILE_CMDS = … … 1844 1844 # @param $(obj) The object file. 1845 1845 define def_target_source_rule 1846 1846 $$(warning $(_DEP_COMPILE_CMDS)) 1847 1847 ifdef TOOL_$(tool)_COMPILE_$(type)_USES_KOBJCACHE 1848 1848 $(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) $($(target)_$(source)_OUTPUT_MAYBE_) : \ … … 1870 1870 ifndef NO_COMPILE_CMDS_DEPS 1871 1871 %$$(QUIET2)$$(APPEND) '$(dep)' 1872 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(s ource)_CMDS_PREV_'1872 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_CMDS_PREV_' 1873 1873 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(obj)' 1874 1874 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef'
Note:
See TracChangeset
for help on using the changeset viewer.