Review Request: 7193406 - Clean-up JDK Build Warnings in java.util, java.io

Omair Majid omajid at redhat.com
Fri Aug 24 22:05:38 UTC 2012


On 08/23/2012 09:43 PM, Stuart Marks wrote:
> However, there are several cases where the following occurs:
> 
>     SUBDIRS_MAKEFLAGS += JAVAC_WARNINGS_FATAL=true
> 
> and this is **not** overridable on the command line.

But it is! Use:

make SUBDIRS_MAKEFLAGS=""

instead of

SUBDIRS_MAKEFLAGS="" make

See:
http://www.gnu.org/software/make/manual/html_node/Overriding.html
http://theory.uwinnipeg.ca/localfiles/infofiles/make/make_66.html
http://stackoverflow.com/a/2826178

Cheers,
Omair



More information about the core-libs-dev mailing list