提交 57dbf239 编写于 作者: T tbell

Merge

...@@ -539,6 +539,8 @@ else ...@@ -539,6 +539,8 @@ else
WSCRIPT :=$(call FileExists,$(_WSCRIPT1),$(_WSCRIPT2)) WSCRIPT :=$(call FileExists,$(_WSCRIPT1),$(_WSCRIPT2))
endif endif
WSCRIPT:=$(call AltCheckSpaces,WSCRIPT) WSCRIPT:=$(call AltCheckSpaces,WSCRIPT)
# batch mode no modal dialogs on errors, please.
WSCRIPT += -B
# CSCRIPT: path to cscript.exe (used in creating install bundles) # CSCRIPT: path to cscript.exe (used in creating install bundles)
ifdef ALT_CSCRIPT ifdef ALT_CSCRIPT
...@@ -561,6 +563,10 @@ else ...@@ -561,6 +563,10 @@ else
MSIVAL2 :=$(call FileExists,$(_MSIVAL2_1),$(_MSIVAL2_2)) MSIVAL2 :=$(call FileExists,$(_MSIVAL2_1),$(_MSIVAL2_2))
endif endif
MSIVAL2:=$(call AltCheckSpaces,MSIVAL2) MSIVAL2:=$(call AltCheckSpaces,MSIVAL2)
# suppress msival2 checks, as it hangs jprt builds
ifdef SKIP_MSIVAL2
MSIVAL2 := $(ECHO)
endif
# LOGOCUB: path to cub file for (used in validating install msi files) # LOGOCUB: path to cub file for (used in validating install msi files)
ifdef ALT_LOGOCUB ifdef ALT_LOGOCUB
......
...@@ -55,6 +55,5 @@ jprt.solaris_x64.build.platform.match32=solaris_i586_5.10 ...@@ -55,6 +55,5 @@ jprt.solaris_x64.build.platform.match32=solaris_i586_5.10
jprt.test.targets=*-*-*-jvm98 jprt.test.targets=*-*-*-jvm98
# Directories needed to build # Directories needed to build
jprt.bundle.src.dirs=make src
jprt.bundle.exclude.src.dirs=build jprt.bundle.exclude.src.dirs=build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册