1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* */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