6675289: Make default production build NOT include an openjdk build
authorohair
Thu Mar 13 16:12:15 2008 -0700 (5 months ago)
changeset 6f769c64f71ac
parent 5d6b08bdb9a54
child 705809a7eb190
6675289: Make default production build NOT include an openjdk build
Summary: SKIP_OPENJDK_BUILD now set to true.
Reviewed-by: xdono
make/Defs-internal.gmk
--- a/make/Defs-internal.gmk Sun Mar 09 15:47:58 2008 -0700
+++ b/make/Defs-internal.gmk Thu Mar 13 16:12:15 2008 -0700
@@ -150,7 +150,9 @@ ifdef OPENJDK
SKIP_OPENJDK_BUILD = true
else
ifndef SKIP_OPENJDK_BUILD
- SKIP_OPENJDK_BUILD = false
+ #SKIP_OPENJDK_BUILD = false
+ # Until 6675289 is resolved, or this feature is removed.
+ SKIP_OPENJDK_BUILD = true
endif
endif