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

ruby-changes:30423

From: nobu <ko1@a...>
Date: Sun, 11 Aug 2013 08:55:18 +0900 (JST)
Subject: [ruby-changes:30423] nobu:r42502 (trunk): ext/-test-/*/depend: TEST_INIT_FUNCS

nobu	2013-08-11 08:55:09 +0900 (Sun, 11 Aug 2013)

  New Revision: 42502

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

  Log:
    ext/-test-/*/depend: TEST_INIT_FUNCS
    
    * ext/-test-/{bignum,debug,exception,string}/depend: TEST_INIT_FUNCS
      is created by globbing in extconf.rb

  Modified files:
    trunk/ext/-test-/bignum/depend
    trunk/ext/-test-/debug/depend
    trunk/ext/-test-/exception/depend
    trunk/ext/-test-/string/depend
Index: ext/-test-/bignum/depend
===================================================================
--- ext/-test-/bignum/depend	(revision 42501)
+++ ext/-test-/bignum/depend	(revision 42502)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/bignum/depend#L1
+extconf.h: $(SRCS)
 $(OBJS): $(HDRS) $(ruby_headers)
 
 intpack.o: intpack.c $(top_srcdir)/internal.h
Index: ext/-test-/debug/depend
===================================================================
--- ext/-test-/debug/depend	(revision 42501)
+++ ext/-test-/debug/depend	(revision 42502)
@@ -1,2 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/debug/depend#L1
+extconf.h: $(SRCS)
 init.o: $(HDRS) $(ruby_headers)
 inspector.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
Index: ext/-test-/exception/depend
===================================================================
--- ext/-test-/exception/depend	(revision 42501)
+++ ext/-test-/exception/depend	(revision 42502)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/exception/depend#L1
+extconf.h: $(SRCS)
 $(OBJS): $(HDRS) $(ruby_headers) \
   $(hdrdir)/ruby/encoding.h \
   $(hdrdir)/ruby/oniguruma.h
Index: ext/-test-/string/depend
===================================================================
--- ext/-test-/string/depend	(revision 42501)
+++ ext/-test-/string/depend	(revision 42502)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/string/depend#L1
+extconf.h: $(SRCS)
 $(OBJS): $(HDRS) $(ruby_headers) \
   $(hdrdir)/ruby/encoding.h \
   $(hdrdir)/ruby/oniguruma.h

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

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