OpenJDK / jdk / jdk10
changeset 20920:ad3634a725bc
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes
author | wetmore |
---|---|
date | Wed, 16 Oct 2013 23:31:16 -0700 |
parents | d2ffe3f63ad8 |
children | 9b534ffa9d4e |
files | corba/makefiles/BuildCorba.gmk |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/corba/makefiles/BuildCorba.gmk Wed Oct 16 13:49:59 2013 +0200 +++ b/corba/makefiles/BuildCorba.gmk Wed Oct 16 23:31:16 2013 -0700 @@ -45,8 +45,9 @@ $(eval $(call SetupJavaCompiler,GENERATE_OLDBYTECODE,\ JVM:=$(JAVA),\ JAVAC:=$(NEW_JAVAC),\ - FLAGS := $(BOOT_JDK_SOURCETARGET) -bootclasspath $(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR) \ - $(DISABLE_CORBA_WARNINGS), \ + FLAGS := $(BOOT_JDK_SOURCETARGET) \ + -bootclasspath "$(BOOT_RTJAR)$(PATH_SEP)$(BOOT_TOOLSJAR)" \ + $(DISABLE_CORBA_WARNINGS), \ SERVER_DIR:=$(SJAVAC_SERVER_DIR),\ SERVER_JVM:=$(SJAVAC_SERVER_JAVA)))