[前][次][番号順一覧][スレッド一覧]

ruby-changes:41532

From: nobu <ko1@a...>
Date: Thu, 21 Jan 2016 15:57:21 +0900 (JST)
Subject: [ruby-changes:41532] nobu:r53606 (trunk): common.mk: update-config_files is back

nobu	2016-01-21 15:58:03 +0900 (Thu, 21 Jan 2016)

  New Revision: 53606

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53606

  Log:
    common.mk: update-config_files is back
    
    * common.mk (update-config_files): move back from Makefile.in,
      needs to be here for .travis.yml.

  Modified files:
    trunk/Makefile.in
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 53605)
+++ common.mk	(revision 53606)
@@ -976,6 +976,11 @@ after-update:: extract-extlibs https://github.com/ruby/ruby/blob/trunk/common.mk#L976
 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" \
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 53605)
+++ Makefile.in	(revision 53606)
@@ -472,11 +472,6 @@ update-src:: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L472
 
 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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]