aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-20 12:00:14 +0000
commitb05549adf0bbf26a4b1dd41b6ddf175c12f2a024 (patch)
tree0592641ba034fb20b4b84f582e6431add3545db6 /Makefile.in
parent663e4c37a2a65adb7d2627dea94fb90a3addb565 (diff)
downloadruby-b05549adf0bbf26a4b1dd41b6ddf175c12f2a024.tar.gz
* common.mk, Makefile.in: update-config.files is only for Unix
platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9901573ee3..80aa1543b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -470,6 +470,13 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(SETUP)
update-src::
@$(CHDIR) "$(srcdir)" && LC_TIME=C exec $(VCSUP)
+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: