Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 02/14/2001 01:02:24
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Tue Feb 13 23:02:23 UTC 2001

Modified Files:
	pkgsrc/mk/bulk: bsd.bulk-pkg.mk build

Log Message:
only use the depends cache files during a bulk build, otherwise revert to
the old behaviour.  This is done because unless we're in the middle of a
bulk build, we don't really know that the cache files are up to date.  These
are fairly time consuming (relative to a single smallish package build) to
generate and depend on all of the pkgsrc makefiles.  During a bulk build, the
overhead is far outweighed by the savings.

In particular, 'make bulk-install' will now work correctly outside of a bulk
build (useful for debugging broken packages).

Thanks to Hubert who noted the 'make bulk-install' problem in a private email.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/mk/bulk/bsd.bulk-pkg.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/mk/bulk/build

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