6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
authorjjg
Mon Dec 01 12:15:14 2008 -0800 (15 months ago)
changeset 1736210fb7e7544
parent 1721d1f34b36535
child 1744674298aaf3b
child 1788db0c5fd6e99
6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
Reviewed-by: ohair
Contributed-by: mjw@redhat.com
make/Makefile
--- a/make/Makefile Wed Nov 26 11:07:07 2008 +0000
+++ b/make/Makefile Mon Dec 01 12:15:14 2008 -0800
@@ -82,7 +82,11 @@ endif
endif
ifdef MILESTONE
+ifneq ($(MILESTONE),fcs)
ANT_OPTIONS += -Dmilestone=$(MILESTONE)
+else
+ ANT_OPTIONS += -Drelease=$(JDK_VERSION)
+endif
endif
ifdef BUILD_NUMBER