summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2005-06-13 09:05:34 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2005-06-13 09:05:34 +0000
commitea15429d280822d5e0e5d3cac0d6e803c0816b8a (patch)
tree030f7d645fa5bf27f4d4aa2e68526ca85fc7f6aa /rules
parentccd76724bf79681099e73827187ed678b35ec194 (diff)
downloadptxdist-ea15429d280822d5e0e5d3cac0d6e803c0816b8a.tar.gz
ptxdist-ea15429d280822d5e0e5d3cac0d6e803c0816b8a.tar.xz
disabled caching in wget
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2809 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/Rules.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/Rules.make b/rules/Rules.make
index 728ddbccd..275189a5b 100644
--- a/rules/Rules.make
+++ b/rules/Rules.make
@@ -22,13 +22,15 @@ SUDO = sudo
HOSTCC = gcc
DOT = dot
SH = /bin/sh
+# FIXME: disabled cashing in wget. Make sure that all patches on the webserver
+# have a version number and reenable caching
WGET = \
export ptx_http_proxy=$(PTXCONF_SETUP_HTTP_PROXY); \
export ptx_ftp_proxy=$(PTXCONF_SETUP_FTP_PROXY); \
eval \
$${ptx_http_proxy:+http_proxy=$${ptx_http_proxy}} \
$${ptx_ftp_proxy:+ftp_proxy=$${ptx_ftp_proxy}} \
- wget
+ wget --cache=off
MAKE = make
PATCH = patch
TAR = tar