1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
usa 2016-01-20 12:00:14 +00:00
parent 1bdc2d5150
commit 28efd93e18
3 changed files with 13 additions and 6 deletions

View file

@ -1,3 +1,8 @@
Wed Jan 20 20:58:25 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk, Makefile.in: update-config.files is only for Unix
platforms.
Wed Jan 20 17:13:39 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/extlibs.rb: add --cache option to change cache directory.

View file

@ -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:

View file

@ -974,12 +974,7 @@ up::
after-update:: extract-extlibs
update-remote:: update-src update-rubyspec update-download
update-download:: update-config_files 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-download:: update-unicode update-gems download-extlibs
update-gems: PHONY
$(ECHO) Downloading bundled gem files...