Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: download-toolchain
===================================================================
--- download-toolchain	(revision 60)
+++ download-toolchain	(revision 61)
@@ -23,9 +23,10 @@
 
 progress &
 PID=$!
-echo "$TARBALL" | xargs -n 1 -P 100 wget -q -N -i
+echo "$TARBALL" | xargs -n 1 -P 100 wget -q -N -
 kill $PID > /dev/null 2>&1
 echo -e "\n#"
 echo -n "#   unpack '$tarball': "
 tar --checkpoint=.1000 -xf $tarball
+rm -f $tarball
 echo -e "\n#"