Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 01/22/2001 06:00:55
Module Name: pkgsrc
Committed By: dmcmahill
Date: Mon Jan 22 04:00:55 UTC 2001
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
add 'show-depends-dir' target. This shows the directories of the "top level"
depends for the package. Both build and run depends are shown. This is
a non-recursive target. Ie, only explicitly depends are shown.
Example:
bondage 109 # cd /usr/pkgsrc/cad/geda && make show-depends-dirs
cad/gschem cad/gnetlist cad/gsymcheck cad/geda-utils cad/geda-docs
This target is useful for collecting dependency tree information for bulk
builds.
To generate a diff of this commit:
cvs rdiff -r1.645 -r1.646 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.