On Sun, 2007-08-12 at 22:31 -0400, [EMAIL PROTECTED] wrote: > How it looks on our GNUmakefile, if sources specified within the limit > around 450, this error occurs otherwise it reports error the parameter > or environment list are too long.
The maximum size of the environment for a new process (which includes not only the environment variables but also the command line arguments) is a limit set by the operating system (the kernel). It has nothing to do with GNU make and there is no possible way that GNU make can increase that limit: it's not modifiable from user space (in fact typically it can't be modified except by recompiling the kernel). -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make