ruby-changes:51403
From: nobu <ko1@a...>
Date: Fri, 8 Jun 2018 19:42:54 +0900 (JST)
Subject: [ruby-changes:51403] nobu:r63609 (trunk): common.mk: dependency of node_name.inc
nobu 2018-06-08 19:42:48 +0900 (Fri, 08 Jun 2018) New Revision: 63609 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63609 Log: common.mk: dependency of node_name.inc Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 63608) +++ common.mk (revision 63609) @@ -984,6 +984,9 @@ id.c: $(srcdir)/tool/generic_erb.rb $(sr https://github.com/ruby/ruby/blob/trunk/common.mk#L984 $(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \ $(srcdir)/template/id.c.tmpl +{$(VPATH)}node.h: $(srcdir)/tool/node_name.rb +# This dependency is not really correct, but $? should not include +# node_name.rb in the following recipe. node_name.inc: {$(VPATH)}node.h $(ECHO) generating $@ $(Q) $(BASERUBY) -n $(srcdir)/tool/node_name.rb < $? > $@ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/