aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-21 06:58:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-21 06:58:03 +0000
commite28260cc055934a8bb92d3f4a0cb086945cb325a (patch)
treed4c72270a78465e419a700fc17ea83c6bc361c2a /common.mk
parentefbffb52a314055f786632040e5bcf82d16034c3 (diff)
downloadruby-e28260cc055934a8bb92d3f4a0cb086945cb325a.tar.gz
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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index d53d74bcde..e871a5163d 100644
--- a/common.mk
+++ b/common.mk
@@ -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" \