changeset 527:1a71d800b032

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 438c54c148a6
children 1c01208087b5
files makefiles/BuildCorba.gmk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/BuildCorba.gmk	Wed Oct 16 13:49:59 2013 +0200
+++ b/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)))