Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 01/07/2006 23:27:41
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jan 7 23:27:41 UTC 2006
Modified Files:
pkgsrc/mk: subst.mk
Log Message:
Added two missing :Q operators. One of them affects how the
SUBST_MESSAGE is printed. The ones that have been defined with "quotes"
in their Makefiles are printed with quotes (of course). This is the
consequence of the design pattern "quote-exactly-where-necessary", which
in fact should be have been applied to pkgsrc as a whole, but still isn't.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/mk/subst.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.