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

ruby-changes:28719

From: nobu <ko1@a...>
Date: Thu, 16 May 2013 01:50:13 +0900 (JST)
Subject: [ruby-changes:28719] nobu:r40771 (trunk): common.mk: verconf.h dependency

nobu	2013-05-16 01:50:05 +0900 (Thu, 16 May 2013)

  New Revision: 40771

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

  Log:
    common.mk: verconf.h dependency
    
    * common.mk (verconf.h): no needs to update always unless rbconfig.rb
      is updated.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 40770)
+++ common.mk	(revision 40771)
@@ -834,7 +834,7 @@ newline.$(OBJEXT): $(NEWLINE_C) {$(VPATH https://github.com/ruby/ruby/blob/trunk/common.mk#L834
   {$(VPATH)}intern.h {$(VPATH)}missing.h {$(VPATH)}st.h \
   {$(VPATH)}transcode_data.h {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}subst.h
 
-verconf.h: verconf.in $(PREP) $(srcdir)/tool/shvar_to_cpp.rb $(RBCONFIG)
+verconf.h: verconf.in $(srcdir)/tool/shvar_to_cpp.rb rbconfig.rb
 	$(ECHO) creating $@
 	$(Q) $(MINIRUBY) "$(srcdir)/tool/shvar_to_cpp.rb" verconf.in > $@
 

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

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