VirtualBox

Changeset 1312 in kBuild


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

double -> single quotes for MT so that kmk don't use the shell (;#2).

Location:
trunk/kBuild/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80.kmk

    r1295 r1312  
    307307ifdef KMK_USE_TEST
    308308        $(QUIET)$(TEST) -f $(out).manifest -- \
    309                 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     309                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    310310else
    311311        $(QUIET)if test -f $(out).manifest; then \
     
    355355ifdef KMK_USE_TEST
    356356        $(QUIET)$(TEST) -f $(out).manifest -- \
    357                 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2";
     357                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    358358else
    359359        $(QUIET)if test -f $(out).manifest; then \
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r1295 r1312  
    284284ifdef KMK_USE_TEST
    285285        $(QUIET)$(TEST) -f $(out).manifest -- \
    286                 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     286                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    287287else
    288288        $(QUIET)if test -f $(out).manifest; then \
     
    332332ifdef KMK_USE_TEST
    333333        $(QUIET)$(TEST) -f $(out).manifest -- \
    334                 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     334                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    335335else
    336336        $(QUIET)if test -f $(out).manifest; then \
  • trunk/kBuild/tools/VCC80X86.kmk

    r1295 r1312  
    286286ifdef KMK_USE_TEST
    287287        $(QUIET)$(TEST) -f $(out).manifest -- \
    288                 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     288                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    289289else
    290290        $(QUIET)if test -f $(out).manifest; then \
     
    334334ifdef KMK_USE_TEST
    335335        $(QUIET)$(TEST) -f $(out).manifest -- \
    336                 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     336                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    337337else
    338338        $(QUIET)if test -f $(out).manifest; then \
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