6865753: 6854244 breaks partial (jdk-only) builds
Makefiles which set -target 5 now need to set -source 5 as well. Reviewed-by: wetmore, tbell
This commit is contained in:
parent
9d2c02479e
commit
a3128d7e74
@ -267,6 +267,7 @@ $(OBFUS_DIR)/sunjce.dox: $(CLOSED_DIR)/obfus/sunjce.dox
|
||||
# supports up to v49 class file format. Force v49 classfiles in our
|
||||
# builds for now.
|
||||
#
|
||||
SOURCE_LANGUAGE_VERSION = 5
|
||||
TARGET_CLASS_VERSION = 5
|
||||
|
||||
|
||||
|
@ -416,6 +416,7 @@ $(OBFUS_DIR)/framework.dox: $(CLOSED_DIR)/obfus/framework.dox
|
||||
# supports up to v49 class file format. Force v49 classfiles in our
|
||||
# builds for now.
|
||||
#
|
||||
SOURCE_LANGUAGE_VERSION = 5
|
||||
TARGET_CLASS_VERSION = 5
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user