mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in, needs to be here for .travis.yml. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
efbffb52a3
commit
e28260cc05
2 changed files with 5 additions and 5 deletions
|
@ -472,11 +472,6 @@ update-src::
|
|||
|
||||
update-download:: update-config_files
|
||||
|
||||
update-config_files: PHONY
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
../tool/downloader.rb -e gnu \
|
||||
config.guess config.sub
|
||||
|
||||
after-update:: common-srcs
|
||||
|
||||
update-mspec:
|
||||
|
|
|
@ -976,6 +976,11 @@ after-update:: extract-extlibs
|
|||
update-remote:: update-src update-rubyspec update-download
|
||||
update-download:: update-unicode update-gems download-extlibs
|
||||
|
||||
update-config_files: PHONY
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
../tool/downloader.rb -e gnu \
|
||||
config.guess config.sub
|
||||
|
||||
update-gems: PHONY
|
||||
$(ECHO) Downloading bundled gem files...
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/gems" \
|
||||
|
|
Loading…
Reference in a new issue