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:
Jonathan Gibbons 2009-07-29 12:50:10 -07:00
parent 9d2c02479e
commit a3128d7e74
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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