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

ruby-changes:24701

From: usa <ko1@a...>
Date: Tue, 21 Aug 2012 14:29:51 +0900 (JST)
Subject: [ruby-changes:24701] usa:r36752 (trunk): * win32/Makefile.sub (scriptbin.mk): no need to include twice.

usa	2012-08-21 14:29:42 +0900 (Tue, 21 Aug 2012)

  New Revision: 36752

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

  Log:
    * win32/Makefile.sub (scriptbin.mk): no need to include twice.

  Modified files:
    trunk/ChangeLog
    trunk/win32/Makefile.sub

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36751)
+++ ChangeLog	(revision 36752)
@@ -1,3 +1,7 @@
+Tue Aug 21 14:29:22 2012  NAKAMURA Usaku  <usa@r...>
+
+	* win32/Makefile.sub (scriptbin.mk): no need to include twice.
+
 Tue Aug 21 10:52:08 2012  NAKAMURA Usaku  <usa@r...>
 
 	* test/unit/test.rb (Test::Unit::ProxyError): new exception class to
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 36751)
+++ win32/Makefile.sub	(revision 36752)
@@ -391,8 +391,6 @@
 !else if [for %I in ($(srcdir:/=\)\bin\*) do @echo>>scriptbin.mk %~nI.exe \]
 !else if [echo.>>scriptbin.mk]
 !else if [echo.>>scriptbin.mk]
-!else
-!include scriptbin.mk
 !endif
 !if [for %I in ($(srcdir:/=\)\bin\*) do @for %J in (\
 "%~nI.exe: $$(srcdir)/bin/%~nI" \

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

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