Subject: CVS commit: pkgsrc/mk/check
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2006 18:07:50
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Jun  6 18:07:50 UTC 2006

Modified Files:
	pkgsrc/mk/check: check-wrkref.mk

Log Message:
Fix problem with saving variables whose value contains "$$" by avoiding
it altogether.  In this case, saving _CHECK_WRKREF_SKIP_FILTER was
problematic because the value was cached and in the process, one $
was stripped.  This makes the check-wrkref target work again after
the big refactoring commit from a couple of days ago.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/check/check-wrkref.mk

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