summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:30:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:30:40 +0000
commitc9bf41968448b09f7b33f3cf1c21090d23cdde50 (patch)
treef6503f55bf6db6348ad008bb5ffde44161964826
parent366b82dde8c9e48affb774840ae6f89d6e2a60c4 (diff)
* */Makefile.sub (MFLAGS): define unless defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--bcc32/Makefile.sub4
-rw-r--r--win32/Makefile.sub4
-rw-r--r--wince/Makefile.sub4
4 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d54bef64..c31f2f0d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Dec 22 15:30:13 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * */Makefile.sub (MFLAGS): define unless defined.
+
Sat Dec 22 15:17:40 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index d478719cc9..4ff86f8e74 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -3,6 +3,10 @@
SHELL = $(COMSPEC)
MKFILES = Makefile
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
#### Start of system configuration section. ####
!ifndef OS
OS = bccwin32
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 60e887dbbf..ffe25d5e2b 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
#### Start of system configuration section. ####
!if defined(pathlist)
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 8ac4d0220d..c60ac9e921 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
+!ifndef MFLAGS
+MFLAGS=-
+!endif
+
#### Start of system configuration section. ####
## variables may be overridden by $(compile_dir)/Makefile