Subject: CVS commit: pkgsrc/devel/bmake/files
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 03/16/2007 00:51:17
Module Name: pkgsrc
Committed By: rillig
Date: Fri Mar 16 00:51:14 UTC 2007
Modified Files:
pkgsrc/devel/bmake/files: compat.c job.c job.h
Log Message:
Backed out the latest change (the "arg list too long" fix for IRIX). As
joerg has pointed out, after calling vfork() one can hardly do anything.
A solution would be to simply not use vfork(), but that may have
performance impacts on all platforms.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/bmake/files/compat.c \
pkgsrc/devel/bmake/files/job.h
cvs rdiff -r1.3 -r1.4 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.