VirtualBox

Changeset 1311 in kBuild


Ignore:
Timestamp:
Dec 2, 2007 5:06:38 AM (17 years ago)
Author:
bird
Message:

double -> single quotes for APPEND. Dropped check for -v and -n support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1266 r1311  
    12331233        $$(call MSG_FETCH_OK,$(target))
    12341234        $$(QUIET)$$(RM) -f $$@ [email protected]
    1235         $$(QUIET2)$$(APPEND) [email protected] "$(notdir $(out))"
     1235        $$(QUIET2)$$(APPEND) [email protected] '$(notdir $(out))'
    12361236        $$(QUIET)$(if $(_TARGET_$(target)_UNPACKED),$$(CAT_EXT) $(_TARGET_$(target)_UNPACKED) >> [email protected])
    12371237        $$(QUIET)$$(MV) -f [email protected] $$@
     
    13801380
    13811381ifndef 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'
    13901386endif
    13911387
     
    14251421
    14261422ifndef 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'
    14341426endif
    14351427
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette