OpenJDK / jdk / jdk12
changeset 13477:2ac00cd97cf6
7190512: Fix for 7181175 broke hotspot/make/windows/create.bat builds
Summary: Add some quotes around the classpath in the project file rule.
Reviewed-by: dcubed
author | tbell |
---|---|
date | Fri, 10 Aug 2012 23:16:52 -0700 |
parents | 471200fb94fd |
children | 85fe611440e5 |
files | hotspot/make/windows/projectfiles/common/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/make/windows/projectfiles/common/Makefile Mon Aug 06 15:54:45 2012 -0400 +++ b/hotspot/make/windows/projectfiles/common/Makefile Fri Aug 10 23:16:52 2012 -0700 @@ -108,7 +108,7 @@ -define HOTSPOT_VM_DISTRO=\\\"$(HOTSPOT_VM_DISTRO)\\\" $(HOTSPOTBUILDSPACE)/$(ProjectFile): $(HOTSPOTBUILDSPACE)/classes/ProjectCreator.class - @$(RUN_JAVA) -Djava.class.path=$(HOTSPOTBUILDSPACE)/classes ProjectCreator WinGammaPlatform$(VcVersion) $(ProjectCreatorIDEOptions) + @$(RUN_JAVA) -Djava.class.path="$(HOTSPOTBUILDSPACE)/classes" ProjectCreator WinGammaPlatform$(VcVersion) $(ProjectCreatorIDEOptions) clean: @rm -rf $(HOTSPOTBUILDSPACE)/classes