Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 02/07/2006 21:34:48
Module Name: pkgsrc
Committed By: rillig
Date: Tue Feb 7 21:34:48 UTC 2006
Modified Files:
pkgsrc/mk/bulk: pre-build
Log Message:
When in "set -e" mode, the Solaris /bin/sh exits when "cd" fails, even
if it occurs as the condition of a "while" or "if", or in combination
with && or ||. This, of course, introduces a race condition if someone
removes the directory between the two "cd"s. The result would be that
the bulk build terminates, but that's not a big issue, as in this case
there must be something much more severely broken.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 pkgsrc/mk/bulk/pre-build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.