diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-12-04 10:36:02 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-12-04 10:36:02 +0000 |
commit | ab7dc550faa115be4f8b1763391de2aae4838fb1 (patch) | |
tree | b1ecbabd214cf4fd42e1872f346fd71c800cd650 /bootstrap | |
parent | c6b9a0d48e8c8c23624f4a6cdbd7f89ce58abf49 (diff) | |
download | pkgsrc-ab7dc550faa115be4f8b1763391de2aae4838fb1.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-x | bootstrap/bootstrap | 5 |
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" |