Re: RFR: JDK-8244757 Introduce SetupTarget in Main.gmk

2020-05-12 Thread Magnus Ihse Bursie
On 2020-05-12 14:52, Erik Joelsson wrote: On 2020-05-12 00:35, Magnus Ihse Bursie wrote: On 2020-05-11 19:42, Magnus Ihse Bursie wrote: On 2020-05-11 18:16, Magnus Ihse Bursie wrote: To be able to support JDK-8244410, we need to have a better way to handle dependencies. For this reason, the

Re: RFR: JDK-8244757 Introduce SetupTarget in Main.gmk

2020-05-12 Thread Erik Joelsson
On 2020-05-12 00:35, Magnus Ihse Bursie wrote: On 2020-05-11 19:42, Magnus Ihse Bursie wrote: On 2020-05-11 18:16, Magnus Ihse Bursie wrote: To be able to support JDK-8244410, we need to have a better way to handle dependencies. For this reason, the macro SetupTarget is introduced. It will

Re: RFR: JDK-8244757 Introduce SetupTarget in Main.gmk

2020-05-12 Thread Magnus Ihse Bursie
On 2020-05-11 19:42, Magnus Ihse Bursie wrote: On 2020-05-11 18:16, Magnus Ihse Bursie wrote: To be able to support JDK-8244410, we need to have a better way to handle dependencies. For this reason, the macro SetupTarget is introduced. It will take as input everything that is needed to create

Re: RFR: JDK-8244757 Introduce SetupTarget in Main.gmk

2020-05-11 Thread Magnus Ihse Bursie
On 2020-05-11 18:16, Magnus Ihse Bursie wrote: To be able to support JDK-8244410, we need to have a better way to handle dependencies. For this reason, the macro SetupTarget is introduced. It will take as input everything that is needed to create a top-level target in Main.gmk. As a positive