RFR: JDK-8143036: Make install target does not depend on images
Alan Bateman
Alan.Bateman at oracle.com
Mon Nov 16 09:21:44 UTC 2015
On 16/11/2015 09:17, Erik Joelsson wrote:
> Make install target should depend on images. Somehow this dependency
> got lost in JDK-8054834.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8143036
> Patch:
> diff -r 106c06398f7a make/Main.gmk
> --- a/make/Main.gmk
> +++ b/make/Main.gmk
> @@ -462,6 +462,8 @@
>
> test-image-jdk-jtreg-native: build-test-jdk-jtreg-native
>
> + install: product-images
> +
> endif
This looks okay to me.
-Alan
More information about the build-dev
mailing list