Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/14/2006 15:09:34
Module Name: pkgsrc
Committed By: jlam
Date: Wed Jun 14 15:09:34 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.error.mk
pkgsrc/mk/check: check-interpreter.mk
Log Message:
Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to output
error and warning messages that are picked up by the error-check
target. Use them instead of using a bare ${ECHO} for more code clarity.
Implemented as suggested by Roland Illig.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/bsd.pkg.error.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/check/check-interpreter.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.