aboutsummaryrefslogtreecommitdiff
path: root/etc/bootstrap/bbot-bootstrap-linux.sh
blob: 0aa408db424715ede5cb656e5454dd40ddf2b030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

# file      : etc/bootstrap/bbot-bootstrap-linux.sh
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license   : TBC; see accompanying LICENSE file

if ! jobs="$(nproc)"; then
  jobs=1
fi

"$(dirname "$0")/bbot-bootstrap.sh" \
  --make make     \
  --make "-j$jobs" \
  "$@"