Subject: CVS commit: pkgsrc/devel/bmake/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2007 09:41:22
Module Name: pkgsrc
Committed By: rillig
Date: Thu Mar 15 09:41:22 UTC 2007
Modified Files:
pkgsrc/devel/bmake/files: compat.c job.c job.h
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.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/bmake/files/compat.c \
pkgsrc/devel/bmake/files/job.h
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/bmake/files/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.