summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@europa5.lan>2009-03-21 11:49:42 +0100
committerroot <root@europa5.lan>2009-03-21 11:49:42 +0100
commitaf76426e139bb613507e7a7850102e7ec11039e5 (patch)
tree5133ad72caa237c3bf6abb17c52a09a134a676c8
parent3a467eff5e435b5709d48f9d6cb48859925be5b8 (diff)
downloadminilinux-af76426e139bb613507e7a7850102e7ec11039e5.tar.gz
minilinux-af76426e139bb613507e7a7850102e7ec11039e5.tar.bz2
fixed source target
-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 || \