[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: desperate situation with $(shell ... :(
From: |
Eli Zaretskii |
Subject: |
Re: desperate situation with $(shell ... :( |
Date: |
Sun, 27 Feb 2011 06:03:02 +0200 |
> From: "Mark Galeck (CW)" <address@hidden>
> CC: "address@hidden" <address@hidden>
> Date: Sat, 26 Feb 2011 18:24:53 -0800
>
> I can tell you that the words in very long list
>
> $(foreach item, $(very_long_list), $(shell echo $(item)>>foobar.txt))
>
>
> are all Windows file names, some relative some absolute, listed with
> backslashes, between 10 and 100 characters long, and between 1 and 10000 of
> them.
cmd.exe is limited to 8K characters on its command line. Could that
be the reason for the problem?
RE: desperate situation with $(shell ... :(, Mark Galeck (CW), 2011/02/26
Re: desperate situation with $(shell ... :(, Luke Shumaker, 2011/02/26