6675289: Make default production build NOT include an openjdk build

SKIP_OPENJDK_BUILD now set to true.

Reviewed-by: xdono
This commit is contained in:
Kelly O'Hair 2008-03-13 16:12:15 -07:00
parent 6377bd6f3a
commit db98b5b071

View File

@ -150,7 +150,9 @@ ifdef OPENJDK
SKIP_OPENJDK_BUILD = true SKIP_OPENJDK_BUILD = true
else else
ifndef SKIP_OPENJDK_BUILD 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
endif endif