summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-30 01:17:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-30 01:17:01 +0000
commitd2be02974ceb577d20ab30d39ae15cbfce9e8bc1 (patch)
tree60a4a6699aa6dffa485f9b97aa4f37e90073bb42 /common.mk
parentf2673b8ca0ab8317635c44528d227c14a3d5bd83 (diff)
common.mk: update only non-existing files
* common.mk (update-config_files): update only non-existing files, and get rid of trying to download existing files every time. gitweb does not send Last-Modified header. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b0b924f3fc..b506fc6986 100644
--- a/common.mk
+++ b/common.mk
@@ -1077,7 +1077,7 @@ up::
update-config_files:
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
- ../tool/downloader.rb gnu \
+ ../tool/downloader.rb -e gnu \
config.guess config.sub
update-gems: PHONY