Subject: CVS commit: pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2005 15:02:28
Module Name: pkgsrc
Committed By: kristerw
Date: Sat Nov 5 15:02:28 UTC 2005
Modified Files:
pkgsrc/mk/bulk: bsd.bulk-pkg.mk
Log Message:
Remove the cleaning of pre-requisite packages before and after building
a package.
This functionality consumed an enormous amount and time, and did not
do much useful work:
* It is not needed when doing a bulk build of the full pkgrsrc tree,
since the pre-requisite packages already have been built and cleaned.
* It does not work when doing a bulk build of a subset of the packages,
since it only cleans the direct dependencies, and not the full list.
To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 pkgsrc/mk/bulk/bsd.bulk-pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.