> Saying CPPFLAGS+= is much more convenient if for any reason the
> external build environment would like to pass unusual CPPFLAGS.

No. This doesn't do what you thing it does.
The most common way of overriding these variables is to pass them on the 
commandline, i.e. "make CPPFLAGS=-blah". This overrides all assignments to 
that variable including +=.

Paul


Reply via email to