ruby-changes:41528
From: usa <ko1@a...>
Date: Wed, 20 Jan 2016 20:59:35 +0900 (JST)
Subject: [ruby-changes:41528] usa:r53602 (trunk): * common.mk, Makefile.in: update-config.files is only for Unix
usa 2016-01-20 21:00:14 +0900 (Wed, 20 Jan 2016) New Revision: 53602 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53602 Log: * common.mk, Makefile.in: update-config.files is only for Unix platforms. Modified files: trunk/ChangeLog trunk/Makefile.in trunk/common.mk Index: Makefile.in =================================================================== --- Makefile.in (revision 53601) +++ Makefile.in (revision 53602) @@ -470,6 +470,13 @@ enc/encinit.$(OBJEXT): enc/encinit.c $(S https://github.com/ruby/ruby/blob/trunk/Makefile.in#L470 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: Index: ChangeLog =================================================================== --- ChangeLog (revision 53601) +++ ChangeLog (revision 53602) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Jan 20 20:58:25 2016 NAKAMURA Usaku <usa@r...> + + * common.mk, Makefile.in: update-config.files is only for Unix + platforms. + Wed Jan 20 17:13:39 2016 Nobuyoshi Nakada <nobu@r...> * tool/extlibs.rb: add --cache option to change cache directory. Index: common.mk =================================================================== --- common.mk (revision 53601) +++ common.mk (revision 53602) @@ -974,12 +974,7 @@ up:: https://github.com/ruby/ruby/blob/trunk/common.mk#L974 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... -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/