mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
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:
parent
6377bd6f3a
commit
db98b5b071
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue