mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
Reviewed-by: ohair
This commit is contained in:
parent
71eb016652
commit
69e0e018d4
@ -82,7 +82,11 @@ ifdef FULL_VERSION
|
||||
endif
|
||||
|
||||
ifdef MILESTONE
|
||||
ifneq ($(MILESTONE),fcs)
|
||||
ANT_OPTIONS += -Dmilestone=$(MILESTONE)
|
||||
else
|
||||
ANT_OPTIONS += -Drelease=$(JDK_VERSION)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef BUILD_NUMBER
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user