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
This commit is contained in:
nobu 2014-09-30 01:17:01 +00:00
Родитель f2673b8ca0
Коммит d2be02974c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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