summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 263b3b3..7a65a46 100644
--- a/Makefile
+++ b/Makefile
@@ -215,6 +215,7 @@ clean: clean-cross-binutils clean-cross-gcc grub-clean uclibc-clean kernel-clean
# download sources to tarballs
source:
+ -test -d tarballs || mkdir tarballs
-test -r tarballs/busybox-1.13.3.tar.bz2 || \
wget -O tarballs/busybox-1.13.3.tar.bz2 http://www.busybox.net/downloads/busybox-1.13.3.tar.bz2
-test -r tarballs/grub-0.97.tar.gz || \