From d2be02974ceb577d20ab30d39ae15cbfce9e8bc1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Sep 2014 01:17:01 +0000 Subject: 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') 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 -- cgit v1.2.3