summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-12-04 10:36:02 +0000
committerjperkin <jperkin>2014-12-04 10:36:02 +0000
commitf9f90ff87774ac0cb0fa31bdbcdb86812be54020 (patch)
treeb1ecbabd214cf4fd42e1872f346fd71c800cd650 /bootstrap
parentc2b72fa9e8a777d8e441750ab116c5ec7f4c5001 (diff)
downloadpkgsrc-f9f90ff87774ac0cb0fa31bdbcdb86812be54020.tar.gz
Don't build the cwrappers package during bootstrap, it is pulled in
as a build dependency as needed.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap5
1 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index a49ef722c76..a83027e6b24 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.214 2014/12/01 13:43:55 jperkin Exp $
+# $NetBSD: bootstrap,v 1.215 2014/12/04 10:36:02 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -1268,9 +1268,6 @@ case "$need_extras" in
yes) build_package "pkgtools/bootstrap-extras";;
esac
build_package "pkgtools/pkg_install"
-case "$cwrappers" in
-yes) build_package "pkgtools/cwrappers";;
-esac
etc_mk_conf="$sysconfdir/mk.conf"