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

ruby-changes:35986

From: nobu <ko1@a...>
Date: Tue, 21 Oct 2014 13:32:32 +0900 (JST)
Subject: [ruby-changes:35986] nobu:r48068 (trunk): common.mk: split after-update

nobu	2014-10-21 12:55:08 +0900 (Tue, 21 Oct 2014)

  New Revision: 48068

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

  Log:
    common.mk: split after-update
    
    * common.mk (after-update): move platform independent targets from
      Makefile.in.

  Modified files:
    trunk/Makefile.in
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 48067)
+++ common.mk	(revision 48068)
@@ -1075,6 +1075,8 @@ dist: https://github.com/ruby/ruby/blob/trunk/common.mk#L1075
 up::
 	-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
 
+after-update:: update-unicode update-gems
+
 update-config_files: PHONY
 	$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
 	    ../tool/downloader.rb -e gnu \
Index: Makefile.in
===================================================================
--- Makefile.in	(revision 48067)
+++ Makefile.in	(revision 48068)
@@ -439,7 +439,7 @@ up:: https://github.com/ruby/ruby/blob/trunk/Makefile.in#L439
 up::
 	-$(Q)$(MAKE) $(MFLAGS) after-update
 
-after-update:: update-config_files update-unicode update-gems
+after-update:: update-config_files
 
 update-mspec:
 	@$(CHDIR) $(srcdir); \

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

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