help-make
[Top][All Lists]
Advanced

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

Re: argument 'v=x' does not appear to work as in the manual ?


From: Stephan Beal
Subject: Re: argument 'v=x' does not appear to work as in the manual ?
Date: Fri, 26 Nov 2010 15:00:02 +0100

On Fri, Nov 26, 2010 at 9:44 AM, Mark Galeck (CW) <address@hidden>wrote:

> >make CFLAGS+=-foo
>
> and what that would do, is add the value specified, to the value of CFLAGS
> already in the

makefile (I guess, speaking precisely, as it is at the end of the fist pass
> of the make).
>

i think you're over-complicating it. Why not:

> make CFLAGS=-foo

then in your Makefile:

CFLAGS += makefile-internal-cflags

:-?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/


reply via email to

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