forked from lthn/blockchain
build: change single-job make to multi-job in Linux build script
This commit is contained in:
parent
379ca875b4
commit
3e74e4d581
1 changed files with 3 additions and 3 deletions
|
|
@ -46,19 +46,19 @@ if [ $? -ne 0 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
make -j1 daemon Zano;
|
||||
make -j daemon Zano;
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to make!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make -j1 simplewallet;
|
||||
make -j simplewallet;
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to make!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
make -j1 connectivity_tool;
|
||||
make -j connectivity_tool;
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Failed to make!"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue