bug-make
[Top][All Lists]
Advanced

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

Re: [PATCH] Implement verbatim export.


From: Paul Smith
Subject: Re: [PATCH] Implement verbatim export.
Date: Tue, 21 Aug 2007 08:38:57 -0400

On Mon, 2007-08-20 at 18:59 +0100, Dave Korn wrote:
> As discussed last week, and ported to CVS head from our own internal
> build over the weekend, here's a patch that implements verbatim export
> of makefile variables to subprocesses.  This is particularly handy for
> anything with a dollar sign in it!

I'll have to think about this; it seems like a lot of change for
something that very few people have ever asked for.  Also, there are at
least two ways to share variable values with other instances of make
that I don't think have the issue you're having: one is to pass the
value via the command line instead of through the environment (where you
can use $(value ...)) and the other is to put it into a makefile that is
included by the different instances of make.

What do you think about those?

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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