Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 12/01/2005 00:27:56
Module Name:	pkgsrc
Committed By:	rillig
Date:		Thu Dec  1 00:27:56 UTC 2005

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Inserted "set -e" as the first command in the show-depends-dirs target
to force an early exit as soon as a "cd" command fails. Otherwise, "/"
would have been added as a dependency, leading to undefined behavior.
See PR 32202 for details.

Fixes the second item of PR 32202.


To generate a diff of this commit:
cvs rdiff -r1.1770 -r1.1771 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.