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

ruby-changes:37937

From: nobu <ko1@a...>
Date: Thu, 19 Mar 2015 09:09:31 +0900 (JST)
Subject: [ruby-changes:37937] nobu:r50018 (trunk): common.mk: verconf.h by BOOTSTRAPRUBY

nobu	2015-03-19 09:09:13 +0900 (Thu, 19 Mar 2015)

  New Revision: 50018

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

  Log:
    common.mk: verconf.h by BOOTSTRAPRUBY
    
    * common.mk (verconf.h): use BOOTSTRAPRUBY as generic_erb.rb and
      the template are not dependent on built-in constants.

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 50017)
+++ common.mk	(revision 50018)
@@ -718,7 +718,7 @@ enc/trans/newline.$(OBJEXT): $(NEWLINE_C https://github.com/ruby/ruby/blob/trunk/common.mk#L718
 
 verconf.h: $(srcdir)/template/verconf.h.tmpl $(srcdir)/tool/generic_erb.rb
 	$(ECHO) creating $@
-	$(Q) $(MINIRUBY) "$(srcdir)/tool/generic_erb.rb" -o $@ $(srcdir)/template/verconf.h.tmpl
+	$(Q) $(BOOTSTRAPRUBY) "$(srcdir)/tool/generic_erb.rb" -o $@ $(srcdir)/template/verconf.h.tmpl
 
 ruby-glommed.$(OBJEXT): $(OBJS)
 

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

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