[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: execvp: /bin/sh: Argument list too long
From: |
Pippijn van Steenhoven |
Subject: |
Re: execvp: /bin/sh: Argument list too long |
Date: |
Fri, 12 Nov 2010 09:42:03 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Thu, Nov 11, 2010 at 09:54:35PM +0100, Ralf Wildenhues wrote:
> > In other words, I can't make dist even with GNU make 3.82? What do you
> > suggest, then?
>
> Well, you could try my patch from
> http://article.gmane.org/gmane.comp.gnu.make.bugs/4219
> (append /raw to the URL to get it unmangled).
>
> I still think letting GNU make avoid the issue on Linux systems would be
> the easiest way out here.
>
> As already written, alternative workarounds include reorganizing your
> code a bit to have a bit more recursive makefile setup, so that each
> makefiles' list would remain below the limit.
Hi Ralf,
I was able to reduce the number of files sufficiently so I am currently
not hitting the limit. In the future, when more tests are added, I will
go for your second suggestion. The testsuite/ directory won't suffer much
from a recursive setup. I just need to move out the .as -> .c build rule
to a common rules file included in all the testsuite makefiles as well as
the main build makefile.
Thanks,
Pippijn
signature.asc
Description: Digital signature
- execvp: /bin/sh: Argument list too long, Pippijn van Steenhoven, 2010/11/08
- Re: execvp: /bin/sh: Argument list too long, Ralf Wildenhues, 2010/11/08
- Re: execvp: /bin/sh: Argument list too long, Pippijn van Steenhoven, 2010/11/08
- Re: execvp: /bin/sh: Argument list too long, Ralf Wildenhues, 2010/11/08
- Re: execvp: /bin/sh: Argument list too long, Pippijn van Steenhoven, 2010/11/08
- Re: execvp: /bin/sh: Argument list too long, Pippijn van Steenhoven, 2010/11/09
- Re: execvp: /bin/sh: Argument list too long, Ralf Wildenhues, 2010/11/11
- Re: execvp: /bin/sh: Argument list too long,
Pippijn van Steenhoven <=
- Re: execvp: /bin/sh: Argument list too long, Bob Proulx, 2010/11/09
- Re: execvp: /bin/sh: Argument list too long, Pippijn van Steenhoven, 2010/11/09