>If you're then passing that wildcard list to a program, you could very well be 
>exceeding the maximum argument length limit of your shell.


No, I isolated this so there is nothing else, only 
foobar:  \
$(wildcard \
<file path> \
<file path> \
(... 50000 file paths, average 100 characters each)
<file path>\
)

And then 

>make foobar

produces 

>make.exe -r foobar
make.exe: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3)


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to