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

ruby-changes:36018

From: nobu <ko1@a...>
Date: Thu, 23 Oct 2014 02:25:49 +0900 (JST)
Subject: [ruby-changes:36018] nobu:r48099 (trunk): common.mk: update source tree

nobu	2014-10-23 02:25:35 +0900 (Thu, 23 Oct 2014)

  New Revision: 48099

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

  Log:
    common.mk: update source tree
    
    * common.mk (after-update): update files under source tree.
      [ruby-core:65840] [Bug #10414]

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48098)
+++ ChangeLog	(revision 48099)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Oct 23 02:25:32 2014  Nobuyoshi Nakada  <nobu@r...>
+
+	* common.mk (after-update): update files under source tree.
+	  [ruby-core:65840] [Bug #10414]
+
 Wed Oct 22 22:38:59 2014  CHIKANAGA Tomoyuki  <nagachika@r...>
 
 	* ext/openssl/lib/openssl/ssl.rb (DEFAULT_PARAMS): override
Index: common.mk
===================================================================
--- common.mk	(revision 48098)
+++ common.mk	(revision 48099)
@@ -913,8 +913,10 @@ INSNS2VMOPT = --srcdir="$(srcdir)" https://github.com/ruby/ruby/blob/trunk/common.mk#L913
 
 {$(VPATH)}vm.inc: $(srcdir)/template/vm.inc.tmpl
 
-srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}newline.c {$(VPATH)}id.c \
-      srcs-lib srcs-ext srcs-enc
+common-srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c {$(VPATH)}newline.c {$(VPATH)}id.c \
+	     srcs-lib srcs-ext
+
+srcs: common-srcs srcs-enc
 
 EXT_SRCS = $(srcdir)/ext/ripper/ripper.c $(srcdir)/ext/json/parser/parser.c \
 	   $(srcdir)/ext/dl/callback/callback.c  $(srcdir)/ext/rbconfig/sizeof/sizes.c
@@ -1080,7 +1082,7 @@ dist: https://github.com/ruby/ruby/blob/trunk/common.mk#L1082
 up::
 	-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
 
-after-update:: update-unicode update-gems
+after-update:: update-unicode update-gems common-srcs
 
 update-config_files: PHONY
 	$(Q) $(BASERUBY) -C "$(srcdir)/tool" \

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

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