aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/src.tarball
diff options
context:
space:
mode:
Diffstat (limited to 'buildconfigs/src.tarball')
-rw-r--r--buildconfigs/src.tarball2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/src.tarball b/buildconfigs/src.tarball
index c356e4ccf5..2101e1a130 100644
--- a/buildconfigs/src.tarball
+++ b/buildconfigs/src.tarball
@@ -10,7 +10,7 @@ vpath linux-%.tar.bz2 $(LINUX_SRC_PATH)
# download a pristine Linux kernel tarball if there isn't one in LINUX_SRC_PATH
linux-%.tar.bz2:
@echo "Cannot find $@ in path $(LINUX_SRC_PATH)"
- wget $(XEN_LINUX_MIRROR)/$@ -O./$@
+ false wget $(XEN_LINUX_MIRROR)/$@ -O./$@
# XXX create a pristine tree for diff -Nurp convenience