mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
92b710e64b
* common.mk (mflags): pass make flags to sub-makes, for nmake which cannot pass them by the environment variable. * defs/gmake.mk (mflags): filter out -j option for sub-makes. * template/exts.mk.tmpl (MFLAGS): extract MFLAGS from sub extmk files for nmake. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
118 B
Text
5 lines
118 B
Text
include Makefile
|
|
-include uncommon.mk
|
|
include $(srcdir)/defs/gmake.mk
|
|
|
|
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|