Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/06/2007 19:53:01
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Jan  6 19:53:01 UTC 2007

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
Added Files:
	pkgsrc/mk/scripts: fail

Log Message:
Added the FAIL command, which can be prepended to an arbitrary shell
command, making it return with a non-zero exit status.

The first use of it is in a command called FAIL_MSG, which prints an
error message and exits immediately. ERROR_MSG itself doesn't do that.


To generate a diff of this commit:
cvs rdiff -r1.1903 -r1.1904 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/scripts/fail

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