- Timestamp:
- Apr 21, 2018 9:39:16 PM (7 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Makefile.kmk
r71935 r71951 424 424 "$(VBOX_WIN_INST_REPACK_DIR)/files-VirtualBox_$(lang)/" 425 425 $(APPEND) -tn "$$(VBOX_WIN_INST_REPACK_DIR)/2-link-$$(PACKAGE_NAME_LANG).cmd" \ 426 'if ".%KBUILD_DEVTOOLS%" == "." echo KBUILD_DEVTOOLS is not set' \426 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b1)' \ 427 427 $(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%,\ 428 428 '$(VBOX_PATH_WIX)/light.exe -v -nologo ^' \ … … 637 637 # Create repack script for this step. 638 638 $(APPEND) -tn "$(VBOX_WIN_INST_REPACK_DIR)/1-compile-VirtualBox_$(lang).cmd" \ 639 'if ".%KBUILD_DEVTOOLS%" == "." echo KBUILD_DEVTOOLS is not set' \639 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b1)' \ 640 640 $(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%,\ 641 641 '$(VBOX_PATH_WIX)/candle.exe VirtualBox_$(lang).wix ^' \ … … 928 928 # Create repack script for this step. 929 929 $(APPEND) -nt "$(VBOX_WIN_INST_REPACK_DIR)/3-multilingual-$(PACKAGE_NAME_LANG).cmd" \ 930 'if ".%KBUILD_DEVTOOLS%" == "." echo KBUILD_DEVTOOLS is not set' \931 'if ".%KBUILD_BIN_PATH%" == "." echo KBUILD_BIN_PATH is not set' \930 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b1)' \ 931 'if ".%KBUILD_BIN_PATH%" == "." (echo KBUILD_BIN_PATH is not set & exit /b1)' \ 932 932 'copy /y "$(<F)" "$(@F)" || exit /b1' \ 933 933 $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%,\ … … 937 937 'cscript.exe /nologo $(VBOX_PATH_WISUBSTG) $(@F) || exit /b1' \ 938 938 'cscript.exe /nologo $(VBOX_PATH_WISUMINFO) $(@F) $(VBOX_INS_PROD_LANG) || exit /b1' \ 939 ' ( $(call VBOX_SIGN_FILE_FN,$(@F),$(VBOX_PRODUCT) $(VBOX_VERSION_STRING)r$(VBOX_SVN_REV) ($(KBUILD_TARGET_ARCH)),,,disable-dual-signing,&&)) || exit /b1' \939 'call sign-sha1.cmd $(@F) || exit /b1' \ 940 940 ) ) \ 941 941 'copy /y "$(@F)" "$(notdir $(PACKAGE_NAME_FINAL))" || exit /b1' \ 942 942 '@echo Create multilanguage MSI: $(@F)' 943 944 943 945 944 # Copy multilingual installer to bin. … … 977 976 # Create repack script for this step. 978 977 $(APPEND) -nt "$(VBOX_WIN_INST_REPACK_DIR)/4-multiarch-$(@F).cmd" \ 979 'if ".%KBUILD_DEVTOOLS%" == "." echo KBUILD_DEVTOOLS is not set' \980 'if ".%KBUILD_BIN_PATH%" == "." echo KBUILD_BIN_PATH is not set' \978 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b1)' \ 979 'if ".%KBUILD_BIN_PATH%" == "." (echo KBUILD_BIN_PATH is not set & exit /b1)' \ 981 980 $(subst $(KBUILD_BIN_PATH),%KBUILD_BIN_PATH%,$(subst $(KBUILD_DEVTOOLS),%KBUILD_DEVTOOLS%, \ 982 981 $(if-expr defined(VBOX_WITH_MSM_INSTALL), \ 983 ,' ( $(call VBOX_SIGN_FILE_FN,../../../win.amd64/$(KBUILD_TYPE)/repack/$(notdir $(PACKAGE_NAME_MULTIARCH_COMMONCAB)),,,,,&&)) || exit /b1') \982 ,'call sign-dual.cmd ../../../win.amd64/$(KBUILD_TYPE)/repack/$(notdir $(PACKAGE_NAME_MULTIARCH_COMMONCAB) || exit /b1') \ 984 983 '..\bin\VBoxStubBld.exe ^' \ 985 984 ' -out $(@F) ^' \ … … 990 989 ' -stub ../bin/VBoxStub.exe || exit /b1' \ 991 990 '$(VBOX_VCC_EDITBIN) /IntegrityCheck:NO $(@F) || exit /b1' \ 992 '( $(call VBOX_SIGN_FILE_FN,$(@F),,,,,&&) ) || exit /b1' \ 991 'call sign-dual.cmd $(@F) || exit /b1 993 992 ) ) \ 994 993 '@echo Create multiarch EXE: $(@F)' … … 1003 1002 RePackScripts_INSTTYPE = stage 1004 1003 RePackScripts_SOURCES = \ 1005 Scripts/PackDriversForSubmission.cmd 1006 1004 Scripts/PackDriversForSubmission.cmd \ 1005 Scripts/UnpackBlessedDrivers.cmd \ 1006 $(RePackScripts_0_OUTDIR)/sign-dual.cmd \ 1007 $(RePackScripts_0_OUTDIR)/sign-sha1.cmd 1008 RePackScripts_CLEAN = \ 1009 $(RePackScripts_0_OUTDIR)/sign-dual.cmd \ 1010 $(RePackScripts_0_OUTDIR)/sign-sha1.cmd 1011 1012 $$(RePackScripts_0_OUTDIR)/sign-dual.cmd: | $$(dir $$@) 1013 $(APPEND) -nt "$@" \ 1014 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b 1)' \ 1015 'if ".%KBUILD_BIN_PATH%" == "." (echo KBUILD_BIN_PATH is not set & exit /b 1)' \ 1016 'if ".%1" == "." (echo No .cat file specified & exit /b 1)' \ 1017 '( $(call VBOX_SIGN_FILE_FN,%1,$(VBOX_PRODUCT) $(VBOX_VERSION_STRING)r$(VBOX_SVN_REV) ($(KBUILD_TARGET_ARCH)),,,,&&) ) || exit /b1' \ 1018 1019 $$(RePackScripts_0_OUTDIR)/sign-sha1.cmd: | $$(dir $$@) 1020 $(APPEND) -nt "$@" \ 1021 'if ".%KBUILD_DEVTOOLS%" == "." (echo KBUILD_DEVTOOLS is not set & exit /b 1)' \ 1022 'if ".%KBUILD_BIN_PATH%" == "." (echo KBUILD_BIN_PATH is not set & exit /b 1)' \ 1023 'if ".%1" == "." (echo No .cat file specified & exit /b 1)' \ 1024 '( $(call VBOX_SIGN_FILE_FN,%1,$(VBOX_PRODUCT) $(VBOX_VERSION_STRING)r$(VBOX_SVN_REV) ($(KBUILD_TARGET_ARCH)),,,disable-dual-signing,&&) ) || exit /b1' \ 1007 1025 1008 1026 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.