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 <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make