mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
remove tar verbosity
This commit is contained in:
parent
0657645e65
commit
e373444359
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue