pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk Turn distfile pruning back off by suggestion o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8e228749a232
branches: trunk
changeset: 487672:8e228749a232
user: tv <tv%pkgsrc.org@localhost>
date: Tue Jan 18 15:04:34 2005 +0000
description:
Turn distfile pruning back off by suggestion of wiz@. It's only binpkg
pruning that needs to be on by default.
diffstat:
mk/bulk/pre-build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a3d25c2f1f85 -r 8e228749a232 mk/bulk/pre-build
--- a/mk/bulk/pre-build Tue Jan 18 14:18:02 2005 +0000
+++ b/mk/bulk/pre-build Tue Jan 18 15:04:34 2005 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: pre-build,v 1.42 2005/01/18 14:11:11 tv Exp $
+# $NetBSD: pre-build,v 1.43 2005/01/18 15:04:34 tv Exp $
#
# Clean up system to be ready for bulk pkg build
#
@@ -15,7 +15,7 @@
. `dirname $0`/build.conf
fi
-PRUNEDISTFILES=${PRUNEDISTFILES:-"yes"}
+PRUNEDISTFILES=${PRUNEDISTFILES:-"no"}
PRUNEPACKAGES=${PRUNEPACKAGES:-"yes"}
PRUNELINKS=${PRUNEPACKAGES:-"yes"}
Home |
Main Index |
Thread Index |
Old Index