Changeset 79706 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Jul 11, 2019 7:54:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r79701 r79706 1105 1105 1106 1106 $$(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. 1107 1110 $(APPEND) -nt "$@" \ 1108 1111 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b 1)' \ … … 1110 1113 'if ".%1" == "." (echo No .cab file specified & exit /b 1)' \ 1111 1114 $(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' \ 1113 1116 ) ) 1114 1117
Note:
See TracChangeset
for help on using the changeset viewer.