[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: foreach/ordering help
From: |
Paul D. Smith |
Subject: |
Re: foreach/ordering help |
Date: |
Sat, 2 Nov 2002 23:59:01 -0500 |
%% Mark Therieau <address@hidden> writes:
mt> I realize this is going to be pretty slow--I'd be open to other
mt> ideas for sure. A quesiton: is there a function/facility from
mt> within gmake to dump a variable's value directly to a file
mt> (without spawning a shell)? That would really do the trick here.
No, there's nothing like that.
Another option would be to do it N files at a time, rather than one at a
time; that would invoke only M/N shells instead of M shells. You'd need
to work out how to break the list up into parts using the $(words ...)
etc functions.
--
-------------------------------------------------------------------------------
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
RE: foreach/ordering help, Randy W. Sims, 2002/11/03