summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 11:40:11 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-03 11:40:11 +0000
commitc2109f71a6ffde319d845558c07e6eac803aa21f (patch)
treef327cbc644bb97a0992fd9299c5662eb72bb73e7 /Makefile.in
parent5002cf082f9f621c055cb77ff90658f74f5ff3b5 (diff)
merges r22592 from trunk into ruby_1_9_1.
-- * common.mk (main): split from exts and makes main program after building exts with miniruby, to get rid of overwriting running program. [ruby-core:22339] * Makefile.in, win32/Makefile.sub (RUNCMD, MKMAIN_CMD): macros to run script file. * ext/extmk.rb (parse_args): added --command-output option which creates script file to make main program. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c29dcf352e..b59b0cbb9e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
SHELL = /bin/sh
NULLCMD = :
+RUNCMD = $(SHELL)
exec = exec
#### Start of system configuration section. ####
@@ -116,6 +117,8 @@ DLEXT = @DLEXT@
MANTYPE = @MANTYPE@
INSTALLED_LIST= .installed.list
+
+MKMAIN_CMD = mkmain.sh
#### End of variables
all: