Subject: CVS commit: pkgsrc/mk/buildlink3
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/03/2003 19:39:19
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Oct  3 19:39:19 UTC 2003

Modified Files:
	pkgsrc/mk/buildlink3: bsd.buildlink3.mk libtool.sh logic wrapper.sh
Added Files:
	pkgsrc/mk/buildlink3: buildcmd quotearg
Removed Files:
	pkgsrc/mk/buildlink3: libtool-do-install

Log Message:
Factor out some more commonly used bits of the wrapper system into
their own files: buildcmd and quotearg, which are used to build up the
command line and to quote arguments.  Also add the ability to skip
processing the next few arguments and add them directly to the command
line.  Now, either the marshall script or the cache scripts can
request skipping the N arguments by setting skipargs=N.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/mk/buildlink3/bsd.buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/buildlink3/buildcmd \
    pkgsrc/mk/buildlink3/quotearg
cvs rdiff -r1.2 -r0 pkgsrc/mk/buildlink3/libtool-do-install
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/buildlink3/libtool.sh
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/buildlink3/logic \
    pkgsrc/mk/buildlink3/wrapper.sh

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