Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 06/17/2006 22:42:00
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Jun 17 22:42:00 UTC 2006

Modified Files:
	pkgsrc/mk: subst.mk

Log Message:
Simplified the code by reducing the number of different targets that are
evaluated. Now the SUBST_MESSAGE is only printed once when the
substitution is actually done. Before this change it had been printed
also when the subst-<class> target had been invoked a second time, but
the substitution didn't take place again, which had confused me. Also,
converted the code to use ${WARNING_MSG} and ${STEP_MSG}.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/mk/subst.mk

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