VirtualBox

Changeset 79706 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Jul 11, 2019 7:54:08 PM (6 years ago)
Author:
vboxsync
Message:

Installer/win: try working around odd quoting quirks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r79701 r79706  
    11051105
    11061106$$(RePackScripts_0_OUTDIR)/sign-ev.cmd: | $$(dir $$@)
     1107        # The %~dp1\\ oddity is working around otherwise ending with \" during
     1108        # expansion of the CCS command line which for a reason I cannot immediately
     1109        # understand appends a " to the path.
    11071110        $(APPEND) -nt "$@" \
    11081111                'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b 1)' \
     
    11101113                'if ".%1" == "." (echo No .cab file specified & exit /b 1)' \
    11111114                $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%, \
    1112                 '( $(call VBOX_SIGN_EV_FILE_FN,%1,%~dp1) ) || exit /b1' \
     1115                '( $(call VBOX_SIGN_EV_FILE_FN,%1,%~dp1\\) ) || exit /b1' \
    11131116                ) )
    11141117
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