Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/18/2001 23:16:19
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Jun 18 20:16:18 UTC 2001

Modified Files:
	pkgsrc/mk: bsd.buildlink.mk

Log Message:
On some platforms, /bin/sh is feebler than NetBSD's /bin/sh with respect to
shell variable manipulation, e.g. ${parameter##word} and ${parameter%word}.
Change instances such constructs to use ${DIRNAME} and ${SED} to make the
same manipulations.  This is the second part of pkg/13236 by Stoned Elipot
<Stoned.Elipot@script.jussieu.fr> with minor changes by me.  Also explictly
create ${BUILDLINK_DIR} at start of _BUILDLINK_USE target to better handle
NO_DEPENDS= cases.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/bsd.buildlink.mk

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