comparison make/windows/projectfiles/common/Makefile @ 6606:98625323d3a3

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 15d6977f04b0
children b9a9ed0f8eeb
comparison
equal deleted inserted replaced
6605:4ee06e614636 6606:98625323d3a3
106 -define HOTSPOT_RELEASE_VERSION=\\\"$(HOTSPOT_RELEASE_VERSION)\\\" \ 106 -define HOTSPOT_RELEASE_VERSION=\\\"$(HOTSPOT_RELEASE_VERSION)\\\" \
107 -define JRE_RELEASE_VERSION=\\\"$(JRE_RELEASE_VERSION)\\\" \ 107 -define JRE_RELEASE_VERSION=\\\"$(JRE_RELEASE_VERSION)\\\" \
108 -define HOTSPOT_VM_DISTRO=\\\"$(HOTSPOT_VM_DISTRO)\\\" 108 -define HOTSPOT_VM_DISTRO=\\\"$(HOTSPOT_VM_DISTRO)\\\"
109 109
110 $(HOTSPOTBUILDSPACE)/$(ProjectFile): $(HOTSPOTBUILDSPACE)/classes/ProjectCreator.class 110 $(HOTSPOTBUILDSPACE)/$(ProjectFile): $(HOTSPOTBUILDSPACE)/classes/ProjectCreator.class
111 @$(RUN_JAVA) -Djava.class.path=$(HOTSPOTBUILDSPACE)/classes ProjectCreator WinGammaPlatform$(VcVersion) $(ProjectCreatorIDEOptions) 111 @$(RUN_JAVA) -Djava.class.path="$(HOTSPOTBUILDSPACE)/classes" ProjectCreator WinGammaPlatform$(VcVersion) $(ProjectCreatorIDEOptions)
112 112
113 clean: 113 clean:
114 @rm -rf $(HOTSPOTBUILDSPACE)/classes 114 @rm -rf $(HOTSPOTBUILDSPACE)/classes
115 @rm -r $(HOTSPOTBUILDSPACE)/$(ProjectFile) 115 @rm -r $(HOTSPOTBUILDSPACE)/$(ProjectFile)
116 116