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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2007-12-22 06:30:40 +00:00
parent 366b82dde8
commit c9bf419684
4 changed files with 16 additions and 0 deletions

View File

@ -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/.

View File

@ -3,6 +3,10 @@
SHELL = $(COMSPEC)
MKFILES = Makefile
!ifndef MFLAGS
MFLAGS=-
!endif
#### Start of system configuration section. ####
!ifndef OS
OS = bccwin32

View File

@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
MKFILES = Makefile
NULL = nul
!ifndef MFLAGS
MFLAGS=-
!endif
#### Start of system configuration section. ####
!if defined(pathlist)

View File

@ -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