RFR: JDK-8212780: JEP 343: Packaging Tool Implementation
Andy Herrick
andy.herrick at oracle.com
Mon Apr 29 17:19:28 UTC 2019
On 4/29/2019 12:21 PM, Erik Joelsson wrote:
> There is a new set of macros that should be used to check things like
> target OS. The new macro is called like this:
>
> ifeq ($(call isTargetOs, windows macosx linux), false)
>
> Lib-jdk.jpackage.gmk and Launcher-jdk.jpackage.gmk:
>
> Same thing with checking for target OS:
>
> ifeq ($(call isTargetOs, windows), true)
>
> Otherwise this looks good from a build perspective.
I have filed JDK-8223080
<https://bugs.openjdk.java.net/browse/JDK-8223080> to address this.
/Andy
More information about the core-libs-dev
mailing list