Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/27/2006 22:01:28
Module Name: pkgsrc
Committed By: jlam
Date: Thu Jul 27 22:01:28 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.readme.mk bsd.utils.mk
pkgsrc/mk/flavor/pkg: utility.mk
Log Message:
Remove all uses of the following targets from pkgsrc:
show-all-depends-dirs
show-all-depends-dirs-excl
Replace them with calls to pkgsrc/mk/scripts/depends-depth-first.awk
which does the same thing but without the extra overhead of invoking
a recursive make.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mk/bsd.pkg.readme.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/mk/bsd.utils.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/flavor/pkg/utility.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.