Changeset 79701 in vbox
- Timestamp:
- Jul 11, 2019 6:31:18 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132045
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r79693 r79701 3572 3572 ## EV sign a file (generic). 3573 3573 # @param 1 The file to sign. 3574 # @param 2 The directory to put the signed file in. Defaults to $(dir $1). 3574 3575 ifndef VBOX_SIGN_EV_FILE_FN 3575 3576 if $(intersects win_ev all 1,$(VBOX_WITH_CORP_CODE_SIGNING)) 3576 VBOX_SIGN_EV_FILE_FN = $(call VBOX_CCS_SIGN_CMD,microsoftev,$1,$( dir $1))3577 VBOX_SIGN_EV_FILE_FN = $(call VBOX_CCS_SIGN_CMD,microsoftev,$1,$(if $2,$2,$(dir $1))) 3577 3578 else ifdef VBOX_CERTIFICATE_EV_SUBJECT_NAME 3578 3579 VBOX_SIGN_EV_FILE_FN = $(VBOX_SIGNTOOL) \ -
trunk/src/VBox/Installer/win/Makefile.kmk
r79439 r79701 1110 1110 'if ".%1" == "." (echo No .cab file specified & exit /b 1)' \ 1111 1111 $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%, \ 1112 '( $(call VBOX_SIGN_EV_FILE_FN,%1 ) ) || exit /b1' \1112 '( $(call VBOX_SIGN_EV_FILE_FN,%1,%~dp1) ) || exit /b1' \ 1113 1113 ) ) 1114 1114
Note:
See TracChangeset
for help on using the changeset viewer.