On Sun, 2011-05-01 at 17:23 -0500, [email protected] wrote: > My work around is to write pip as a make macro in a temp file, > where this tempfile is itself a target with preqs which > ensure that pip is defined. This tempfile is pulled in as a > make include - this is working but seems a bit complex..
The more typical response is to create the loop using shell constructs rather than using make's foreach function. But if what you're doing works for you that's fine. -- ------------------------------------------------------------------------------- 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] https://lists.gnu.org/mailman/listinfo/help-make
