mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
f2673b8ca0
commit
d2be02974c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue