Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io (original) (raw)
David Holmes david.holmes at oracle.com
Mon Aug 27 01:15:41 UTC 2012
- Previous message: Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io
- Next message: Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 25/08/2012 8:05 AM, Omair Majid wrote:
On 08/23/2012 09:43 PM, Stuart Marks wrote:
However, there are several cases where the following occurs:
SUBDIRSMAKEFLAGS += JAVACWARNINGSFATAL=true and this is not overridable on the command line. But it is! Use: make SUBDIRSMAKEFLAGS="" instead of SUBDIRSMAKEFLAGS="" make
I thnk you are missing the point. The above wipes out all of SUBDIRS_MAKEFLAGS, but all that is desired is to change the component of it that contains JAVAC_WARNINGS_FATAL=true. There is no way to do that from the command-line.
David
See: http://www.gnu.org/software/make/manual/htmlnode/Overriding.html http://theory.uwinnipeg.ca/localfiles/infofiles/make/make66.html http://stackoverflow.com/a/2826178
Cheers, Omair
- Previous message: Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io
- Next message: Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]