* */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
@ -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>
|
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/.
|
* lib/mkmf.rb ($extmk): set true only when under ext/ or tool/.
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
SHELL = $(COMSPEC)
|
SHELL = $(COMSPEC)
|
||||||
MKFILES = Makefile
|
MKFILES = Makefile
|
||||||
|
|
||||||
|
!ifndef MFLAGS
|
||||||
|
MFLAGS=-
|
||||||
|
!endif
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
!ifndef OS
|
!ifndef OS
|
||||||
OS = bccwin32
|
OS = bccwin32
|
||||||
|
@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
|
|||||||
MKFILES = Makefile
|
MKFILES = Makefile
|
||||||
NULL = nul
|
NULL = nul
|
||||||
|
|
||||||
|
!ifndef MFLAGS
|
||||||
|
MFLAGS=-
|
||||||
|
!endif
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
!if defined(pathlist)
|
!if defined(pathlist)
|
||||||
|
@ -4,6 +4,10 @@ SHELL = $(COMSPEC)
|
|||||||
MKFILES = Makefile
|
MKFILES = Makefile
|
||||||
NULL = nul
|
NULL = nul
|
||||||
|
|
||||||
|
!ifndef MFLAGS
|
||||||
|
MFLAGS=-
|
||||||
|
!endif
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
## variables may be overridden by $(compile_dir)/Makefile
|
## variables may be overridden by $(compile_dir)/Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user