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:
parent
366b82dde8
commit
c9bf419684
4 changed files with 16 additions and 0 deletions
|
@ -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/.
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
SHELL = $(COMSPEC)
|
||||
MKFILES = Makefile
|
||||
|
||||
!ifndef MFLAGS
|
||||
MFLAGS=-
|
||||
!endif
|
||||
|
||||
#### Start of system configuration section. ####
|
||||
!ifndef OS
|
||||
OS = bccwin32
|
||||
|
|
|
@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
|
|||
MKFILES = Makefile
|
||||
NULL = nul
|
||||
|
||||
!ifndef MFLAGS
|
||||
MFLAGS=-
|
||||
!endif
|
||||
|
||||
#### Start of system configuration section. ####
|
||||
|
||||
!if defined(pathlist)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue