ruby-changes:3433
From: ko1@a...
Date: 7 Jan 2008 15:54:04 +0900
Subject: [ruby-changes:3433] usa - Ruby:r14926 (trunk): * common.mk, Makefile.in, */Makefile.sub (distclean-local): move
usa 2008-01-07 15:53:39 +0900 (Mon, 07 Jan 2008)
New Revision: 14926
Modified files:
trunk/ChangeLog
trunk/Makefile.in
trunk/bcc32/Makefile.sub
trunk/common.mk
trunk/win32/Makefile.sub
trunk/wince/Makefile.sub
Log:
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
removing rule of ext/ripper/y.output from common.mk to Makefiles
that depend on platforms.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/wince/Makefile.sub?r1=14926&r2=14925&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/Makefile.in?r1=14926&r2=14925&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14926&r2=14925&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=14926&r2=14925&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=14926&r2=14925&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/common.mk?r1=14926&r2=14925&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 14925)
+++ ChangeLog (revision 14926)
@@ -1,3 +1,9 @@
+Mon Jan 7 15:42:46 2008 NAKAMURA Usaku <usa@r...>
+
+ * common.mk, Makefile.in, */Makefile.sub (distclean-local): move
+ removing rule of ext/ripper/y.output from common.mk to Makefiles
+ that depend on platforms.
+
Mon Jan 7 13:54:57 2008 Tanaka Akira <akr@f...>
* re.c (rb_reg_preprocess): fix fixed_enc condition.
Index: common.mk
===================================================================
--- common.mk (revision 14925)
+++ common.mk (revision 14926)
@@ -315,7 +315,6 @@
@$(RM) $(MKFILES) config.h rbconfig.rb yasmdata.rb
@$(RM) config.cache config.log config.status config.status.lineno $(PRELUDES)
@$(RM) *~ *.bak *.stackdump core *.core gmon.out y.tab.c y.output $(PREP)
- @-$(RM) ext/ripper/y.output
distclean-ext:
@-$(MINIRUBY) $(srcdir)/ext/extmk.rb $(EXTMK_ARGS) distclean
# -$(RM) $(INSTALLED_LIST) $(arch_hdrdir)/ruby/config.h
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub (revision 14925)
+++ win32/Makefile.sub (revision 14926)
@@ -556,6 +556,7 @@
@$(RM) ext\config.cache $(RBCONFIG:/=\) $(CONFIG_H:/=\)
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
+ @-$(RM) ext\ripper\y.output
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG)
@$(MINIRUBY) $(srcdir)/win32/resource.rb \
Index: Makefile.in
===================================================================
--- Makefile.in (revision 14925)
+++ Makefile.in (revision 14926)
@@ -196,6 +196,7 @@
distclean-local::
@$(RM) ext/config.cache $(RBCONFIG)
+ @-$(RM) ext/ripper/y.output
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
Index: bcc32/Makefile.sub
===================================================================
--- bcc32/Makefile.sub (revision 14925)
+++ bcc32/Makefile.sub (revision 14926)
@@ -518,6 +518,7 @@
@$(RM) ext\config.cache $(RBCONFIG:/=\)
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
+ @-$(RM) ext\ripper\y.output
ext/extinit.obj: ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
Index: wince/Makefile.sub
===================================================================
--- wince/Makefile.sub (revision 14925)
+++ wince/Makefile.sub (revision 14926)
@@ -489,6 +489,7 @@
@$(RM) ext\config.cache $(RBCONFIG:/=\)
@$(RM) *.map *.pdb *.ilk *.exp $(RUBYDEF)
@$(RM) $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc
+ @-$(RM) ext\ripper\y.output
$(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG)
@$(MINIRUBY) $(srcdir)/win32/resource.rb \
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml