summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 10:01:08 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-24 10:01:08 +0000
commit4809ca35a1b1dfe7002def3a674cd1cfbc1950fd (patch)
tree698d77ddd677c64927fab76f120c9245fa5ff46a /Makefile.in
parentdc14075ceb877d3d3c5c66814bed9100c15d593e (diff)
downloadruby-4809ca35a1b1dfe7002def3a674cd1cfbc1950fd.tar.gz
ruby-4809ca35a1b1dfe7002def3a674cd1cfbc1950fd.tar.xz
ruby-4809ca35a1b1dfe7002def3a674cd1cfbc1950fd.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@22592 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 4d74be39f..8b35d828d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
SHELL = /bin/sh
NULLCMD = :
+RUNCMD = $(SHELL)
exec = exec
#### Start of system configuration section. ####
@@ -118,6 +119,8 @@ DLEXT = @DLEXT@
MANTYPE = @MANTYPE@
INSTALLED_LIST= .installed.list
+
+MKMAIN_CMD = mkmain.sh
#### End of variables
all: