Subject: CVS commit: pkgsrc/devel/bmake/files
From: Roland Illig
Date: 2007-03-15 10:41:22
Message id: 20070315094122.D5C872150A@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.2modifypkgsrc/devel/bmake/files/compat.c
1.3modifypkgsrc/devel/bmake/files/job.c
1.2modifypkgsrc/devel/bmake/files/job.h