ruby-changes:34841
From: nobu <ko1@a...>
Date: Thu, 24 Jul 2014 10:00:10 +0900 (JST)
Subject: [ruby-changes:34841] nobu:r46924 (trunk): rbconfig/sizeof: VPATH prefix
nobu 2014-07-24 09:59:51 +0900 (Thu, 24 Jul 2014) New Revision: 46924 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46924 Log: rbconfig/sizeof: VPATH prefix * ext/rbconfig/sizeof/depend (sizes.c): prefix with nmake-style VPATH to use the distributed source in out-of-place builds. Modified files: trunk/ext/rbconfig/sizeof/depend Index: ext/rbconfig/sizeof/depend =================================================================== --- ext/rbconfig/sizeof/depend (revision 46923) +++ ext/rbconfig/sizeof/depend (revision 46924) @@ -1,3 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/rbconfig/sizeof/depend#L1 -sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in +{$(srcdir)}sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in $(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \ $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/