Log Message: On IRIX, the command line is limited to about 20000 characters. The new function Job_Execv executes a shell command line, and if that fails due to an overly long command line, the shell command is written into a temporary file, which is then executed. This is at least necessary to make the bulk builds work on IRIX.
Revision | Action | file |
1.2 | modify | pkgsrc/devel/bmake/files/compat.c |
1.3 | modify | pkgsrc/devel/bmake/files/job.c |
1.2 | modify | pkgsrc/devel/bmake/files/job.h |