On Thu, 2011-02-24 at 22:28 -0800, Mark Galeck (CW) wrote: > I just want to make double sure, can anybody tell me there is anything > wrong with this (I want to append the list to the file, and the reason > why I can't just echo everything, is that this is Windows and there is > command line length limitation, and the list can exceed that). > > > $(foreach item, $(very_long_list), $(shell echo $(item)>>foobar.txt))
Hi Mark; I'm not really sure what your question is. If the question is, is there some expected/anticipated way that this could give the behavior you're seeing, then the answer is "no". Beyond that I don't know what to tell you. Is it possible there's a bug in the GNU make implementation on Windows which is causing this problem? Sure, bugs happen. Is it possible there's some behavior of Windows itself that's causing this behavior that we're not aware of? Sure, that's possible as well. -- ------------------------------------------------------------------------------- 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
