qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target
Date: Fri, 25 Jan 2008 14:39:57 +0000
User-agent: KMail/1.9.7

> 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

[Prev in Thread] Current Thread [Next in Thread]