From 4678de4b16aab4017dc36bb7695bb67b287a38d1 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Jun 2008 12:38:10 +0000 Subject: * ext/extmk.rb (extmake): check if compile before showing message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5ada68cc5..9ccac549f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 19 21:38:08 2008 Nobuyoshi Nakada + + * ext/extmk.rb (extmake): check if compile before showing message. + Thu Jun 19 21:35:32 2008 Nobuyoshi Nakada * tool/make-snapshot: supported multiple snapshots. -- cgit