From b05549adf0bbf26a4b1dd41b6ddf175c12f2a024 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 20 Jan 2016 12:00:14 +0000 Subject: * 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 --- ChangeLog | 5 +++++ Makefile.in | 7 +++++++ common.mk | 7 +------ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a71be800d8..cc97d71ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 20 20:58:25 2016 NAKAMURA Usaku + + * common.mk, Makefile.in: update-config.files is only for Unix + platforms. + Wed Jan 20 17:13:39 2016 Nobuyoshi Nakada * tool/extlibs.rb: add --cache option to change cache directory. 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: diff --git a/common.mk b/common.mk index b66b1377c6..d53d74bcde 100644 --- a/common.mk +++ b/common.mk @@ -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... -- cgit v1.2.3