Re: Subject: RFR: JDK-8076465 New Init.gmk needs improvements

2015-04-02 Thread Tim Bell
Magnus Looks good to me as well. /Tim On 04/02/15 06:14, Erik Joelsson wrote: Looks good to me. /Erik On 2015-04-02 09:34, Magnus Ihse Bursie wrote: It turned out that the new make bootstrapping file Init.gmk needed some redesign. First of all, we should always respect the SPEC if possib

Re: Subject: RFR: JDK-8076465 New Init.gmk needs improvements

2015-04-02 Thread Erik Joelsson
Looks good to me. /Erik On 2015-04-02 09:34, Magnus Ihse Bursie wrote: It turned out that the new make bootstrapping file Init.gmk needed some redesign. First of all, we should always respect the SPEC if possible, and not chose a random configuration for extracting targets. Secondly, tab c

Subject: RFR: JDK-8076465 New Init.gmk needs improvements

2015-04-02 Thread Magnus Ihse Bursie
It turned out that the new make bootstrapping file Init.gmk needed some redesign. First of all, we should always respect the SPEC if possible, and not chose a random configuration for extracting targets. Secondly, tab completion did not work in a non-standard configuration directory. (This i