From 91364b58fa5cc224e80209e28e62613ca36dc4a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Jun 2018 12:16:25 +0200 Subject: Command line interface redesign for bootstrap scripts --- etc/bootstrap/bbot-bootstrap-freebsd.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'etc/bootstrap/bbot-bootstrap-freebsd.sh') diff --git a/etc/bootstrap/bbot-bootstrap-freebsd.sh b/etc/bootstrap/bbot-bootstrap-freebsd.sh index 06f3d45..e2306ab 100755 --- a/etc/bootstrap/bbot-bootstrap-freebsd.sh +++ b/etc/bootstrap/bbot-bootstrap-freebsd.sh @@ -19,12 +19,9 @@ fi cd /tmp ulimit -c unlimited -# Note: bootstrap script options must come before build options. +# Note: bootstrap script options must come before build.sh options/arguments. # -"$(dirname "$0")/bbot-bootstrap.sh" \ - "$@" \ - --make gmake \ - --make "-j$jobs" +"$(dirname "$0")/bbot-bootstrap.sh" --make gmake --jobs "$jobs" "$@" # If success, wait a bit and shutdown. Otherwise leave the machine running # for investigation. -- cgit v1.1