Review Request: 8005597: build-infra: bridgeBuild broken for pure openjdk build

David Holmes david.holmes at oracle.com
Fri Jan 4 11:44:09 UTC 2013


On 4/01/2013 9:14 PM, Erik Joelsson wrote:
> This makes build-infra work with pure open builds in jprt. Most of it
> contributed by Kelly O'hair.
>
> http://cr.openjdk.java.net/~erikj/8005597/webrev.root.01/

Did we not resolve that Kelly grudgingly would allow us to relax this rule:

+ # Appears to be an open build
+ OPEN_BUILD := \
+ $(shell \
+   if [    -d $(root_dir)/jdk/src/closed      \
+        -o -d $(root_dir)/jdk/make/closed     \
+        -o -d $(root_dir)/jdk/test/closed     \
+        -o -d $(root_dir)/hotspot/src/closed  \
+        -o -d $(root_dir)/hotspot/make/closed \
+        -o -d $(root_dir)/hotspot/test/closed ] ; then \
+     echo "false"; \

Or is there some other way to force an OPENJDK build regardless of repos 
present?

David

> /Erik



More information about the build-dev mailing list