Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 08/12/2003 14:55:43
Module Name: pkgsrc
Committed By: seb
Date: Tue Aug 12 14:55:43 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
As is clean-depends-list is subject to dependencies loops (uncovered
by the loops introduced by tools.mk) causing make failures.
But show-all-depends-dirs and show-all-depends-dirs-excl are not.
So use show-all-depends-dirs-excl in clean-depends target and remove
clean-depends-list altogether.
Besides this remove a bit of clutter and redundancy from this
already monstrous file.
To generate a diff of this commit:
cvs rdiff -r1.1235 -r1.1236 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.