X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=build_gcc_rest.sh;h=9236db81ef84633ca689fb720c565f6a536ebcfa;hb=HEAD;hp=4acb9b9d440937c729b4aabe57e4ea672d86b5e3;hpb=a1bd469d0c8cf1a4946b0ec0cce0c802433ae0d9;p=mingw-build.git diff --git a/build_gcc_rest.sh b/build_gcc_rest.sh index 4acb9b9..9236db8 100644 --- a/build_gcc_rest.sh +++ b/build_gcc_rest.sh @@ -1,5 +1,6 @@ #!/bin/bash -e +set -e -cd gcc-build-32 -make -j3 +cd gcc-build-$MINGW_TARGET +make $MINGW_PARALLEL sudo make install