Skip to content

Commit

Permalink
common.mk: update-config_files is back
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Jan 21, 2016
1 parent efbffb5 commit e28260c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit e28260c

Please sign in to comment.