summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-05 19:41:25 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-05 19:41:25 (GMT)
commit3d30d090df59d0d4f3bc5fa4b1ecd3b2244aefea (patch)
tree468229d4d18c4307ab5ea97dd2d9745cb51bb88f /Makefile
parent6719c1630ff42ae82c920fad95f44228a176182a (diff)
downloadmxe-3d30d090df59d0d4f3bc5fa4b1ecd3b2244aefea.zip
mxe-3d30d090df59d0d4f3bc5fa4b1ecd3b2244aefea.tar.gz
mxe-3d30d090df59d0d4f3bc5fa4b1ecd3b2244aefea.tar.bz2
set timeout to 30 seconds for downloads
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b4cfd8..1b5eef2 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ UNPACK_PKG_ARCHIVE = \
$(call UNPACK_ARCHIVE,$(PKG_DIR)/$($(1)_FILE))
DOWNLOAD = \
- $(if $(2),wget -t 3 -c '$(1)' || wget -c '$(2)',wget -c '$(1)')
+ $(if $(2),wget -T 30 -t 3 -c '$(1)' || wget -c '$(2)',wget -c '$(1)')
.PHONY: all
all: $(PKG_RULES)