ios-toolchain: build.sh: ignore 'git clean' return status

This commit is contained in:
Thomas Pöchtrager 2014-12-28 18:09:43 +01:00
parent 3d198530ae
commit 59d21d2c79

View File

@ -112,7 +112,7 @@ echo "*** building cctools / ld64 ***"
echo ""
pushd ../../cctools &>/dev/null
git clean -fdx . &>/dev/null
git clean -fdx . &>/dev/null || true
./autogen.sh
./configure --target=$TRIPLE --prefix=$TARGETDIR
make -j4 && make install