Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/16/2002 22:55:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Sep 16 19:55:58 UTC 2002

Modified Files:
	pkgsrc/mk/buildlink2: bsd.buildlink2.mk libtool-fix-la

Log Message:
Change the way that we note when a libtool file has been fixed by
buildlink2.  We used to create a timestamp file in the .libs directory.
Now, we add a line to the *.la and *.lai file that directly notes that it
has been "modified by buildlink2".  This makes it easier to debug problems
caused by using the wrong libtool during either a build or install by
checking if the *.la or *.lai files have the "modified by buildlink2" line.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/buildlink2/libtool-fix-la

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