This commit is contained in:
parent
6761b3fcaf
commit
1e68ac7312
@ -1,12 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
if ! $(dirname $0)/test-autoconf.sh
|
||||
then
|
||||
echo Building autoconf...
|
||||
$(dirname $0)/setup-autoconf.sh
|
||||
fi
|
||||
|
||||
if ! $(dirname $0)/test-binutils.sh
|
||||
then
|
||||
echo Building Binutils...
|
||||
@ -15,6 +9,12 @@ fi
|
||||
|
||||
if ! $(dirname $0)/test-gcc.sh
|
||||
then
|
||||
if ! $(dirname $0)/test-autoconf.sh
|
||||
then
|
||||
echo Building autoconf...
|
||||
$(dirname $0)/setup-autoconf.sh
|
||||
fi
|
||||
|
||||
echo Building GCC..
|
||||
$(dirname $0)/setup-gcc.sh
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user