summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortv <tv>2006-11-06 21:08:42 +0000
committertv <tv>2006-11-06 21:08:42 +0000
commite94a33d3ef53022370957c9beabe2116bf5a3f65 (patch)
treed4fe05fe589a0eb5b4b378a5c5f849adddb0b9de /bootstrap
parentce6323eb291cb7658828f824d9ad0eebac913cb8 (diff)
downloadpkgsrc-e94a33d3ef53022370957c9beabe2116bf5a3f65.tar.gz
Add lang/nawk and sysutils/install-sh to the "don't blow away" package
list for bulk builds. (Revert previous on bootstrap; the PKG_PRESERVE hack didn't work as expected.)
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 08ef4bb7a45..8034b9f4f5c 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.87 2006/11/06 21:01:42 tv Exp $
+# $NetBSD: bootstrap,v 1.88 2006/11/06 21:08:42 tv Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -883,13 +883,13 @@ register_package() {
echo_msg "Registering installed packages"
run_cmd "(cd $pkgsrcdir/pkgtools/bootstrap-mk-files && $bmake MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir bootstrap-register)"
case "$need_awk" in
-yes) register_package "lang/nawk" "PKG_PRESERVE=yes";;
+yes) register_package "lang/nawk";;
esac
case "$need_sed" in
-yes) register_package "textproc/nbsed" "LIBNBCOMPAT_STYLE=inplace PKG_PRESERVE=yes";;
+yes) register_package "textproc/nbsed" "LIBNBCOMPAT_STYLE=inplace";;
esac
case "$need_bsd_install" in
-yes) register_package "sysutils/install-sh" "PKG_PRESERVE=yes";;
+yes) register_package "sysutils/install-sh";;
esac
case "$need_extras" in
yes) register_package "pkgtools/bootstrap-extras";;