mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* Makefile.in, common.mk (NULLCMD): moved for platforms that empty
command does not run. fixed: [ruby-dev:29994] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d99fee4dda
commit
1e8e90612a
3 changed files with 12 additions and 7 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Dec 6 23:56:14 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* Makefile.in, common.mk (NULLCMD): moved for platforms that empty
|
||||||
|
command does not run. fixed: [ruby-dev:29994]
|
||||||
|
|
||||||
Wed Dec 6 17:17:26 2006 WATANABE Hirofumi <eban@ruby-lang.org>
|
Wed Dec 6 17:17:26 2006 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on
|
* configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
|
NULLCMD = :
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,6 @@ lib: $(LIBRUBY)
|
||||||
dll: $(LIBRUBY_SO)
|
dll: $(LIBRUBY_SO)
|
||||||
|
|
||||||
RUBYOPT =
|
RUBYOPT =
|
||||||
NULLCMD =
|
|
||||||
|
|
||||||
STATIC_RUBY = static-ruby
|
STATIC_RUBY = static-ruby
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue