Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2006 16:11:11
Module Name: pkgsrc
Committed By: jlam
Date: Thu Jan 19 16:11:11 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Added Files:
pkgsrc/mk: bsd.pkg.clean.mk
Log Message:
* Split out the "clean" targets and variables and put them into a separate
file pkgsrc/mk/bsd.pkg.clean.mk.
* Reimplement the clean target so that we don't need to invoke a separate
make process just to do clean-depends.
* Reimplement clean-depends using a pipe to avoid command-line length
issues.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/bsd.pkg.clean.mk
cvs rdiff -r1.1791 -r1.1792 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.