help-make
[Top][All Lists]
Advanced

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

RE: variable with newlines


From: Venkatraman Krishnan
Subject: RE: variable with newlines
Date: Mon, 22 Oct 2007 19:15:19 +0000

Thanks for your reply. I guess, I asked the wrong question. Here's the content of my Makefile.

override define EXCLUDE_DIRS
dir_a
dir_b
endef

all:
    @/bin/echo $(EXCLUDE_DIRS)

When I try to make, I am guessing, the echo fails because of the multiline variable. How do I fix this?

thanks again.


> Date: Mon, 22 Oct 2007 17:19:00 +0000
> From: address@hidden
> To: address@hidden
> CC: address@hidden
> Subject: Re: variable with newlines
>
> On 2007-10-22 16:36Z, Venkatraman Krishnan wrote:
> > How do I define makefile variables with newlines in them
>
> http://www.gnu.org/software/make/manual/html_node/Defining.html#Defining


Windows Live Hotmail and Microsoft Office Outlook – together at last. Get it now!

reply via email to

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