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

ruby-changes:41519

From: nobu <ko1@a...>
Date: Tue, 19 Jan 2016 19:39:06 +0900 (JST)
Subject: [ruby-changes:41519] nobu:r53593 (trunk): ripper: clean timestamp

nobu	2016-01-19 19:39:42 +0900 (Tue, 19 Jan 2016)

  New Revision: 53593

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53593

  Log:
    ripper: clean timestamp

  Modified files:
    trunk/ext/ripper/extconf.rb
Index: ext/ripper/extconf.rb
===================================================================
--- ext/ripper/extconf.rb	(revision 53592)
+++ ext/ripper/extconf.rb	(revision 53593)
@@ -11,7 +11,7 @@ def main https://github.com/ruby/ruby/blob/trunk/ext/ripper/extconf.rb#L11
     end
   end
   $objs = %w(ripper.o)
-  $cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c)
+  $cleanfiles.concat %w(ripper.y ripper.c ripper.E ripper.output y.output eventids1.c eventids2table.c .eventids2-check)
   $defs << '-DRIPPER'
   $defs << '-DRIPPER_DEBUG' if $debug
   $VPATH << '$(topdir)' << '$(top_srcdir)'

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

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