ruby-changes:33186
From: akr <ko1@a...>
Date: Tue, 4 Mar 2014 19:44:51 +0900 (JST)
Subject: [ruby-changes:33186] akr:r45265 (trunk): * Makefile.in: ".DEFAULT" target removed because it is not for
akr 2014-03-04 19:44:44 +0900 (Tue, 04 Mar 2014) New Revision: 45265 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45265 Log: * Makefile.in: ".DEFAULT" target removed because it is not for specifying default target. Modified files: trunk/ChangeLog trunk/Makefile.in Index: ChangeLog =================================================================== --- ChangeLog (revision 45264) +++ ChangeLog (revision 45265) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Mar 4 19:41:40 2014 Tanaka Akira <akr@f...> + + * Makefile.in: ".DEFAULT" target removed because it is not for + specifying default target. + Tue Mar 4 00:25:35 2014 Kazuki Tsujimoto <kazuki@c...> * lib/find.rb (Find#find): should pass ignore_error option to enumerators. Index: Makefile.in =================================================================== --- Makefile.in (revision 45264) +++ Makefile.in (revision 45265) @@ -194,8 +194,6 @@ configure_args = @configure_args@ https://github.com/ruby/ruby/blob/trunk/Makefile.in#L194 all: -.DEFAULT: all - # Prevent GNU make v3 from overflowing arg limit on SysV. .NOEXPORT: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/