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

Reply via email to