RFR: JDK-8022411 Can't override CXX and CC settings with absolute path

Erik Joelsson erik.joelsson at oracle.com
Mon Jan 20 13:00:15 UTC 2014


Looks good, except for one (mostly) style nit:

142       $1=$SEARCH_LIST

We usually quote the value in shell script. In this case we do know that 
there are no spaces, but I would still like quotes.

/Erik

On 2014-01-20 13:48, Magnus Ihse Bursie wrote:
> Bug: https://bugs.openjdk.java.net/browse/JDK-8022411
>
> This is kind of the opposite of JDK-8031669. In that bug, simple tools 
> could be overridden with an absolute path, but not with just an 
> executable in $PATH. This bug is about CC and CXX, which can be 
> overridden with an executable in $PATH, but not with an absolute path.
>
> Webrev: 
> http://cr.openjdk.java.net/~ihse/JDK-8022411-override-CXX-CC-with-absolute-path/webrev.01
>
> /Magnus
>




More information about the build-dev mailing list