Turn on all pruning by default. This avoids problems with @blddep matching

in the current incarnation of pkg_install.
This commit is contained in:
tv 2005-01-18 14:11:11 +00:00
parent d0288e3e81
commit 9a80a01fb8

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/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 # Clean up system to be ready for bulk pkg build
# #
@ -15,9 +15,9 @@ else
. `dirname $0`/build.conf . `dirname $0`/build.conf
fi fi
PRUNEDISTFILES=${PRUNEDISTFILES:-"no"} PRUNEDISTFILES=${PRUNEDISTFILES:-"yes"}
PRUNEPACKAGES=${PRUNEPACKAGES:-"no"} PRUNEPACKAGES=${PRUNEPACKAGES:-"yes"}
PRUNELINKS=${PRUNEPACKAGES:-"no"} PRUNELINKS=${PRUNEPACKAGES:-"yes"}
PKGLINT_PKG_DIR=${USR_PKGSRC}/pkgtools/pkglint PKGLINT_PKG_DIR=${USR_PKGSRC}/pkgtools/pkglint