Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2005 19:52:30
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue May 10 19:52:30 UTC 2005

Modified Files:
	pkgsrc/mk: bsd.pkg.mk
	pkgsrc/mk/tools: bsd.tools.mk defaults.mk
Added Files:
	pkgsrc/mk/tools: strip.mk

Log Message:
Split out "strip" from the USE_TOOLS processing in replace.mk.  Instead,
we create a "strip" tool unconditionally, and make it either a no-op or
the real thing depending on the whether we want unstripped files or not.


To generate a diff of this commit:
cvs rdiff -r1.1633 -r1.1634 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.17 -r1.18 pkgsrc/mk/tools/bsd.tools.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/tools/defaults.mk
cvs rdiff -r0 -r1.1 pkgsrc/mk/tools/strip.mk

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