comparison make/windows/makefiles/generated.make @ 971:0fc81f0a8ca8

6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: The build fails if the bootstrap JDK defaults to <1.5 Reviewed-by: jcoomes
author andrew
date Sat, 12 Sep 2009 12:50:07 +0100
parents 1ee8caae33af
children c18cbe5936b8
comparison
equal deleted inserted replaced
970:682194ca1d8d 971:0fc81f0a8ca8
89 cp includeDB includeDB.current 89 cp includeDB includeDB.current
90 90
91 classes/MakeDeps.class: $(MakeDepsSources) 91 classes/MakeDeps.class: $(MakeDepsSources)
92 if exist classes rmdir /s /q classes 92 if exist classes rmdir /s /q classes
93 mkdir classes 93 mkdir classes
94 $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\MakeDeps -g -d classes $(MakeDepsSources) 94 $(COMPILE_JAVAC) -classpath $(WorkSpace)\src\share\tools\MakeDeps -d classes $(MakeDepsSources)
95 95
96 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered") 96 !if ("$(Variant)" == "compiler2") || ("$(Variant)" == "tiered")
97 97
98 !include $(WorkSpace)/make/windows/makefiles/adlc.make 98 !include $(WorkSpace)/make/windows/makefiles/adlc.make
99 99