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/22/2002 00:43:21
Module Name: pkgsrc
Committed By: jlam
Date: Fri Jun 21 21:43:20 UTC 2002
Modified Files:
pkgsrc/mk/buildlink2 [buildlink2]: libtool.sh post-cache pre-cache
wrapper.sh
Added Files:
pkgsrc/mk/buildlink2 [buildlink2]: libtool-fix-la
Log Message:
* Split the libtool script into a main script and a helper script. The
helper script is separated to prevent parsing until its needed. Also
specially handle the --mode=install case for libtool as we don't really
care to cache the arguments in those cases.
* Use a more correct strategy for properly quoting and caching arguments
in the wrapper scripts. This fixes building php4, kdelibs2, and imlib.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 pkgsrc/mk/buildlink2/libtool-fix-la
cvs rdiff -r1.1.2.1 -r1.1.2.2 pkgsrc/mk/buildlink2/libtool.sh \
pkgsrc/mk/buildlink2/post-cache pkgsrc/mk/buildlink2/pre-cache \
pkgsrc/mk/buildlink2/wrapper.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.