From 4056fb6901a64bfdd235917086765d0fb98d4f0c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 Dec 2006 14:57:07 +0000 Subject: [PATCH] * Makefile.in, common.mk (NULLCMD): moved for platforms that empty command does not run. fixed: [ruby-dev:29994] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++------ Makefile.in | 1 + common.mk | 1 - 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c3e15423d8..0ca9b0dc93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 6 23:56:14 2006 Nobuyoshi Nakada + + * 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 * configure.in (SITE_DIR): fixed to emtpy RUBY_SITE_LIB in config.h on @@ -11,7 +16,7 @@ Tue Dec 5 00:59:05 2006 Yukihiro Matsumoto Mon Dec 4 10:48:03 2006 Yukihiro Matsumoto * ruby.h (OFFT2NUM): use LONG2NUM() if sizeof(long) equals to - sizeof(off_t). + sizeof(off_t). Mon Dec 4 10:43:46 2006 Yukihiro Matsumoto @@ -62,11 +67,11 @@ Wed Nov 22 16:00:49 2006 Hidetoshi NAGAI * ext/tk/extconf.rb: support --with-X11/--without-X11 option. - * ext/tk/README.tcltklib: add description about --with-X11-* option + * ext/tk/README.tcltklib: add description about --with-X11-* option [ruby-talk:225166] and --with-X11/--without-X11 option. - * ext/tk/tkutil/extconf.rb: able to be called manually - [ruby-talk:225950]. + * ext/tk/tkutil/extconf.rb: able to be called manually + [ruby-talk:225950]. Wed Nov 15 23:22:54 2006 Nobuyoshi Nakada @@ -109,10 +114,10 @@ Mon Nov 6 15:41:55 2006 Hidetoshi NAGAI * ext/tk/sample/editable_listbox.rb: [new] the listbox with editable items. It's one of the example about usage of Place geometry manager. - * ext/tk/sample/tktextio.rb: improve the functions of TkTextIO class. + * ext/tk/sample/tktextio.rb: improve the functions of TkTextIO class. Those are required by 'irbtkw.rbw'. - * ext/tk/sample/irbtkw.rbw: [new] IRB on Ruby/Tk. It doesn't need any + * ext/tk/sample/irbtkw.rbw: [new] IRB on Ruby/Tk. It doesn't need any real console. IRB works on a text widget without I/O blocking. That is, thread switching on IRB will work properly, even if on Windows. diff --git a/Makefile.in b/Makefile.in index be1e0022a2..1e372885b7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,5 @@ SHELL = /bin/sh +NULLCMD = : #### Start of system configuration section. #### diff --git a/common.mk b/common.mk index b8c5bb8c40..106e840b2c 100644 --- a/common.mk +++ b/common.mk @@ -3,7 +3,6 @@ lib: $(LIBRUBY) dll: $(LIBRUBY_SO) RUBYOPT = -NULLCMD = STATIC_RUBY = static-ruby