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:
kolev 2008-07-23 14:50:59 +00:00
parent 4b51736021
commit 15d78e01e3
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ shift
# Run make
cd $src_dir/test
make clean
make -j 8 $@
make $@

View File

@ -42,4 +42,4 @@ shift
# Run make
cd $src_dir
make clean
make -j 8 $@
make $@