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

ruby-changes:2980

From: ko1@a...
Date: 22 Dec 2007 15:30:52 +0900
Subject: [ruby-changes:2980] usa - Ruby:r14471 (trunk): * */Makefile.sub (MFLAGS): define unless defined.

usa	2007-12-22 15:30:40 +0900 (Sat, 22 Dec 2007)

  New Revision: 14471

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

  Log:
    * */Makefile.sub (MFLAGS): define unless defined.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/wince/Makefile.sub?r1=14471&r2=14470
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14471&r2=14470
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/Makefile.sub?r1=14471&r2=14470
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bcc32/Makefile.sub?r1=14471&r2=14470

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 14470)
+++ ChangeLog	(revision 14471)
@@ -1,3 +1,7 @@
+Sat Dec 22 15:30:13 2007  NAKAMURA Usaku  <usa@r...>
+
+	* */Makefile.sub (MFLAGS): define unless defined.
+
 Sat Dec 22 15:17:40 2007  NAKAMURA Usaku  <usa@r...>
 
 	* lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 14470)
+++ win32/Makefile.sub	(revision 14471)
@@ -4,6 +4,10 @@
 MKFILES = Makefile
 NULL = nul
 
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
 #### Start of system configuration section. ####
 
 !if defined(pathlist)
Index: bcc32/Makefile.sub
===================================================================
--- bcc32/Makefile.sub	(revision 14470)
+++ bcc32/Makefile.sub	(revision 14471)
@@ -3,6 +3,10 @@
 SHELL = $(COMSPEC)
 MKFILES = Makefile
 
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
 #### Start of system configuration section. ####
 !ifndef OS
 OS = bccwin32
Index: wince/Makefile.sub
===================================================================
--- wince/Makefile.sub	(revision 14470)
+++ wince/Makefile.sub	(revision 14471)
@@ -4,6 +4,10 @@
 MKFILES = Makefile
 NULL = nul
 
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
 #### Start of system configuration section. ####
 
 ## variables may be overridden by $(compile_dir)/Makefile

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

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