Changeset 1311 in kBuild
- Timestamp:
- Dec 2, 2007 5:06:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1266 r1311 1233 1233 $$(call MSG_FETCH_OK,$(target)) 1234 1234 $$(QUIET)$$(RM) -f $$@ [email protected] 1235 $$(QUIET2)$$(APPEND) [email protected] "$(notdir $(out))"1235 $$(QUIET2)$$(APPEND) [email protected] '$(notdir $(out))' 1236 1236 $$(QUIET)$(if $(_TARGET_$(target)_UNPACKED),$$(CAT_EXT) $(_TARGET_$(target)_UNPACKED) >> [email protected]) 1237 1237 $$(QUIET)$$(MV) -f [email protected] $$@ … … 1380 1380 1381 1381 ifndef NO_COMPILE_CMDS_DEPS 1382 $$(QUIET2)$$(APPEND) "$(dep)" 1383 $$(QUIET2)$$(APPEND) "$(dep)" 'define $(target)_$(source)_CMDS_PREV_' 1384 ifeq ($(filter append-dash-n,$(KMK_FEATURES)),append-dash-n) 1385 $$(QUIET2)$$(APPEND) -v "$(dep)" '$(target)_$(source)_CMDS_' 1386 else 1387 $$(QUIET2)$$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_$(source)_CMDS_))' 1388 endif 1389 $$(QUIET2)$$(APPEND) "$(dep)" 'endef' 1382 $$(QUIET2)$$(APPEND) '$(dep)' 1383 $$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_$(source)_CMDS_PREV_' 1384 $$(QUIET2)$$(APPEND) -v '$(dep)' '$(target)_$(source)_CMDS_' 1385 $$(QUIET2)$$(APPEND) '$(dep)' 'endef' 1390 1386 endif 1391 1387 … … 1425 1421 1426 1422 ifndef NO_LINK_CMDS_DEPS 1427 $$(QUIET2)$$(APPEND) "$(dep)" 'define $(target)_CMDS_PREV_' 1428 ifeq ($(filter append-dash-n,$(KMK_FEATURES)),append-dash-n) 1429 $$(QUIET2)$$(APPEND) -v "$(dep)" '$(target)_CMDS_' 1430 else 1431 $$(QUIET2)$$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_CMDS_))' 1432 endif 1433 $$(QUIET2)$$(APPEND) "$(dep)" 'endef' 1423 $$(QUIET2)$$(APPEND) '$(dep)' 'define $(target)_CMDS_PREV_' 1424 $$(QUIET2)$$(APPEND) -v '$(dep)' '$(target)_CMDS_' 1425 $$(QUIET2)$$(APPEND) '$(dep)' 'endef' 1434 1426 endif 1435 1427
Note:
See TracChangeset
for help on using the changeset viewer.