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

ruby-changes:28725

From: nobu <ko1@a...>
Date: Thu, 16 May 2013 13:13:32 +0900 (JST)
Subject: [ruby-changes:28725] nobu:r40777 (trunk): common.mk: verconf.h for parallel build

nobu	2013-05-16 13:13:22 +0900 (Thu, 16 May 2013)

  New Revision: 40777

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

  Log:
    common.mk: verconf.h for parallel build
    
    * common.mk (verconf.h): depend on the timestamp file instead of
      rbconfig.rb, for parallel build.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 40776)
+++ common.mk	(revision 40777)
@@ -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 $(srcdir)/tool/shvar_to_cpp.rb rbconfig.rb
+verconf.h: verconf.in $(srcdir)/tool/shvar_to_cpp.rb $(RBCONFIG)
 	$(ECHO) creating $@
 	$(Q) $(MINIRUBY) "$(srcdir)/tool/shvar_to_cpp.rb" verconf.in > $@
 

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

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