remove tar verbosity

This commit is contained in:
Yan 2016-02-04 14:33:05 -08:00
parent 0657645e65
commit e373444359

View file

@ -4,7 +4,7 @@ FILE=cross2-20130826.tgz
INSTALL_DIR=$PWD
[ ! -e $FILE ] && wget http://kozos.jp/books/asm/$FILE
tar xvf $FILE
tar xf $FILE
cd cross2/toolchain
./fetch.sh
@ -13,7 +13,7 @@ cd ..
sed -i -e "s|#makeopt=.*|makeopt='-j'|" config.sh
sed -i -e "s|install_dir.*|install_dir=\"$INSTALL_DIR\"|" config.sh
cd build
./build-install-clean-all.sh
./build-install-all.sh
mkdir -p bin
cd bin