Nicer Archives
This commit is contained in:
parent
0cbcc6ba5e
commit
20b8209159
@ -13,6 +13,9 @@ for type in *; do
|
|||||||
cd "${type}"
|
cd "${type}"
|
||||||
../../crosstool-ng/ct-ng build
|
../../crosstool-ng/ct-ng build
|
||||||
# Compress
|
# Compress
|
||||||
tar -cJf "${out}/arm-toolchain-${type}.tar.xz" out
|
NAME="arm-toolchain-${type}"
|
||||||
|
mv out "${NAME}"
|
||||||
|
tar -cJf "${OUT}/${NAME}.tar.xz" "${NAME}"
|
||||||
|
rm -rf "${NAME}"
|
||||||
cd ../
|
cd ../
|
||||||
done
|
done
|
Loading…
x
Reference in New Issue
Block a user