diff options
author | tv <tv@pkgsrc.org> | 2006-11-06 21:08:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-11-06 21:08:42 +0000 |
commit | f91b39477291505c3317595c75c0391180797770 (patch) | |
tree | d4fe05fe589a0eb5b4b378a5c5f849adddb0b9de /bootstrap | |
parent | e03538189ead4426d32142d0df495eda6f0dba2d (diff) | |
download | pkgsrc-f91b39477291505c3317595c75c0391180797770.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-x | bootstrap/bootstrap | 8 |
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";; |