Skip to content

Commit

Permalink
Don't use '-j' option for make. It is not always supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Dec 17, 2019
1 parent 4f488be commit dfdfc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redo-everything-from-scratch
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ do
fi

echo -n ", making"
make -j install >> ../$name.log 2>&1
make install >> ../$name.log 2>&1
if [ $? -ne 0 ];
then
echo -e $FAIL
Expand Down

0 comments on commit dfdfc25

Please sign in to comment.