From 88a374f59fbda367c2c6e18c9fefd229bc8e4e83 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Jun 2008 12:38:10 +0000 Subject: [PATCH] * ext/extmk.rb (extmake): check if compile before showing message. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5ada68cc5d..9ccac549fc 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.