Subject: CVS commit: pkgsrc/mk/configure
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/07/2006 14:06:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Jul  7 14:06:58 UTC 2006

Modified Files:
	pkgsrc/mk/configure: libtool-override.mk

Log Message:
Add missing "rm" statement that was causing the libtool wrapper to be
overwritten in the case where LTCONFIG_OVERRIDE was defined.

As a side note, after analyzing the way that the original code in
bsd.pkg.mk worked, I think we can nuke LTCONFIG_OVERRIDE completely,
but we'll need a bulk build to verify this.  The original code always
replaced the libtool scripts because LIBTOOL_OVERRIDE is always defined
in bsd.pkg.use.mk, so LTCONFIG_OVERRIDE essentially had no effect.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/configure/libtool-override.mk

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