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

ruby-changes:30432

From: nobu <ko1@a...>
Date: Sun, 11 Aug 2013 16:53:44 +0900 (JST)
Subject: [ruby-changes:30432] nobu:r42511 (trunk): Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"

nobu	2013-08-11 16:53:32 +0900 (Sun, 11 Aug 2013)

  New Revision: 42511

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

  Log:
    Revert r42502 "ext/-test-/*/depend: TEST_INIT_FUNCS"
    
    Makefiles should be re-configured by extract_makefile.

  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 42510)
+++ ext/-test-/bignum/depend	(revision 42511)
@@ -1,4 +1,3 @@ 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 42510)
+++ ext/-test-/debug/depend	(revision 42511)
@@ -1,3 +1,2 @@ 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 42510)
+++ ext/-test-/exception/depend	(revision 42511)
@@ -1,4 +1,3 @@ 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 42510)
+++ ext/-test-/string/depend	(revision 42511)
@@ -1,4 +1,3 @@ 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/

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