Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2006 20:10:14
Module Name:	pkgsrc
Committed By:	tv
Date:		Sun Jun  4 20:10:14 UTC 2006

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

Log Message:
Fix problem in su-target: the exitcode of the make command is discarded,
so it would exit successfully even if the sub-make failed.  This caused
rather interesting behavior with SU_CMD=sudo, and sudo timed out.  Ensure
that the result code is preserved by using a && chain rather than ;.


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

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