Removed the "-j" option of make. Though it speeds-up the build by a
factor of 3 on the new tux boxes, it does not always work correctly on other machines (uP and kolev-mac).
This commit is contained in:
parent
4b51736021
commit
15d78e01e3
@ -42,4 +42,4 @@ shift
|
||||
# Run make
|
||||
cd $src_dir/test
|
||||
make clean
|
||||
make -j 8 $@
|
||||
make $@
|
||||
|
||||
@ -42,4 +42,4 @@ shift
|
||||
# Run make
|
||||
cd $src_dir
|
||||
make clean
|
||||
make -j 8 $@
|
||||
make $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user