Changeset 3135
- Timestamp:
- Mar 1, 2018, 7:45:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-compiling-targets.kmk
r3128 r3135 47 47 else 48 48 _DEP_COMPILE_CMDS = 49 endif 50 51 52 ## Temporary for the compile rule below. 53 if "$(KBUILD_KMK_REVISION)" >= 3134 54 KBUILD_HAVE_OPTIMIZED_APPEND := 1 49 55 endif 50 56 … … 92 98 93 99 ifndef NO_COMPILE_CMDS_DEPS 94 %$$(QUIET2)$$(APPEND) '$(dep)' 95 %$$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(subst :,_,$(source))_CMDS_PREV_' 100 ifdef KBUILD_HAVE_OPTIMIZED_APPEND 101 %$$(QUIET2)$$(APPEND) -in '$(dep)' \ 102 '' \ 103 'define $(target)_$(subst :,_,$(source))_CMDS_PREV_' \ 104 '--insert-command=$(obj)' \ 105 'endef' 106 else 107 %$$(QUIET2)$$(APPEND) -n '$(dep)' '' 'define $(target)_$(subst :,_,$(source))_CMDS_PREV_' 96 108 %$$(QUIET2)$$(APPEND) -c '$(dep)' '$(obj)' 97 109 %$$(QUIET2)$$(APPEND) '$(dep)' 'endef' 110 endif 98 111 endif 99 112
Note:
See TracChangeset
for help on using the changeset viewer.