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

ruby-changes:40181

From: nobu <ko1@a...>
Date: Sat, 24 Oct 2015 08:54:56 +0900 (JST)
Subject: [ruby-changes:40181] nobu:r52262 (trunk): common.mk: remove extra slash

nobu	2015-10-24 08:54:50 +0900 (Sat, 24 Oct 2015)

  New Revision: 52262

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

  Log:
    common.mk: remove extra slash
    
    * common.mk (incs): remove extra slash before
      vm_call_iseq_optimized.inc.  as nmake vpath syntax includes a
      separator, don't append it.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 52261)
+++ common.mk	(revision 52262)
@@ -786,7 +786,7 @@ srcs-enc: $(ENC_MK) https://github.com/ruby/ruby/blob/trunk/common.mk#L786
 
 all-incs: incs {$(VPATH)}encdb.h {$(VPATH)}transdb.h
 incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}known_errors.inc \
-      {$(VPATH)}/vm_call_iseq_optimized.inc $(srcdir)/revision.h \
+      {$(VPATH)}vm_call_iseq_optimized.inc $(srcdir)/revision.h \
       $(REVISION_H) enc/unicode/name2ctype.h enc/jis/props.h \
       {$(VPATH)}id.h {$(VPATH)}probes.dmyh
 

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

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