pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Turn on all pruning by default. This avoids p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/018777742f1a
branches:  trunk
changeset: 487668:018777742f1a
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Jan 18 14:11:11 2005 +0000

description:
Turn on all pruning by default.  This avoids problems with @blddep matching
in the current incarnation of pkg_install.

diffstat:

 mk/bulk/pre-build |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 36d799d63944 -r 018777742f1a mk/bulk/pre-build
--- a/mk/bulk/pre-build Tue Jan 18 13:39:20 2005 +0000
+++ b/mk/bulk/pre-build Tue Jan 18 14:11:11 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: pre-build,v 1.41 2005/01/11 18:33:16 tv Exp $
+# $NetBSD: pre-build,v 1.42 2005/01/18 14:11:11 tv Exp $
 #
 # Clean up system to be ready for bulk pkg build
 #
@@ -15,9 +15,9 @@
     . `dirname $0`/build.conf
 fi
 
-PRUNEDISTFILES=${PRUNEDISTFILES:-"no"}
-PRUNEPACKAGES=${PRUNEPACKAGES:-"no"}
-PRUNELINKS=${PRUNEPACKAGES:-"no"}
+PRUNEDISTFILES=${PRUNEDISTFILES:-"yes"}
+PRUNEPACKAGES=${PRUNEPACKAGES:-"yes"}
+PRUNELINKS=${PRUNEPACKAGES:-"yes"}
 
 PKGLINT_PKG_DIR=${USR_PKGSRC}/pkgtools/pkglint
 



Home | Main Index | Thread Index | Old Index