Subject: CVS commit: [buildlink2] pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/29/2002 23:02:43
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Jun 29 20:02:43 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2 [buildlink2]: bsd.buildlink2.mk libtool.sh
	    post-cache wrapper.sh

Log Message:
Provide way to prevent updating the wrapper argument cache by setting
BUILDLINK_UPDATE_CACHE=no in the environment.  We typically want to do
this during the configure process to prevent poisoning the cache with
stuff we don't want or with stuff that might break the wrapper scripts.
Also add a way to clear the cache by doing "make clear-buildlink-cache".


To generate a diff of this commit:
cvs rdiff -r1.1.2.5 -r1.1.2.6 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r1.1.2.3 -r1.1.2.4 pkgsrc/mk/buildlink2/libtool.sh \
    pkgsrc/mk/buildlink2/wrapper.sh
cvs rdiff -r1.1.2.2 -r1.1.2.3 pkgsrc/mk/buildlink2/post-cache

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