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

ruby-changes:45749

From: nobu <ko1@a...>
Date: Thu, 9 Mar 2017 15:45:02 +0900 (JST)
Subject: [ruby-changes:45749] nobu:r57822 (trunk): rbconfig/sizeof: remove VPATH

nobu	2017-03-09 15:44:57 +0900 (Thu, 09 Mar 2017)

  New Revision: 57822

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

  Log:
    rbconfig/sizeof: remove VPATH
    
    * ext/rbconfig/sizeof/depend: remove VPATH for `make dist`.

  Modified files:
    trunk/ext/rbconfig/sizeof/depend
Index: ext/rbconfig/sizeof/depend
===================================================================
--- ext/rbconfig/sizeof/depend	(revision 57821)
+++ ext/rbconfig/sizeof/depend	(revision 57822)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ext/rbconfig/sizeof/depend#L1
 # sources
 
-{$(VPATH)}limits.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/limits.c.tmpl
+limits.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/limits.c.tmpl
 	$(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \
 		$(top_srcdir)/template/limits.c.tmpl \
 
-{$(VPATH)}sizes.c: $(top_srcdir)/tool/generic_erb.rb \
+sizes.c: $(top_srcdir)/tool/generic_erb.rb \
 		   $(top_srcdir)/template/sizes.c.tmpl \
 		   $(top_srcdir)/configure.in \
 		   $(top_srcdir)/ext/rbconfig/sizeof/extconf.rb

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

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