On Mon, 2010-11-08 at 00:09 +0100, Erik Rull wrote: > Okay, so if I understand your proposal correctly would be to put the > stuff that I tried to export into a seperate makefile and include it > to each file that needs it? (like an include in C)
Yes, exactly. It's also safer since there is a limited amount of environment (on a system like Linux the limit is quite high, but it's still there. On other systems it can be significantly smaller). -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
