1 Sep 2004 08:42
Re: Proposed patch: Unroll installation loops
Jan Nieuwenhuizen <janneke <at> gnu.org>
2004-09-01 06:42:08 GMT
2004-09-01 06:42:08 GMT
Matthias Neeracher writes: > lilypond uses the $(foreach) facility of gnumake in several places in > its installation. While I'm sure this is a little bit more efficient, > it creates problems on MacOS, where due to the fink build setup, paths > are often about 30 characters longer: Since foreach creates a single > shell line for the whole installation command, the resulting line > sometimes exceeded the maximum permissible argument size. What shell are you using? Have you considered sending a bug report for the shell? Jan. -- -- Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org
If I may ask conversely, what is there to be gained from using
$(foreach) ? It seems that the output produced by for is a little bit
more compact and readable, and the results are identical.
Matthias
RSS Feed