Docs: autoupdater->build instructions num cores +1 (#908)

This commit is contained in:
Ruben Barkow 2016-10-20 16:44:04 +02:00 committed by Jan-Philipp Litza
parent 9aa31f18e3
commit 30811f7f1b
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ A fully automated nightly build could use the following commands:
(cd site && git pull)
make update
make clean
make -j5 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
NUM_CORES_PLUS_ONE=$(expr $(nproc) + 1)
make -j$NUM_CORES_PLUS_ONE GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental
make manifest GLUON_BRANCH=experimental
contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest