summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-25 03:22:30 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-25 03:22:30 +0000
commitd60ebedd7d1b08f89e93f9e36de6e1d45e38f748 (patch)
treeb5bbea1792dad23b45f928d931101d7068015f24 /ChangeLog
parente5862835f8a23147d6f5b9bb352df06a773cd3e4 (diff)
downloadruby-d60ebedd7d1b08f89e93f9e36de6e1d45e38f748.tar.gz
ruby-d60ebedd7d1b08f89e93f9e36de6e1d45e38f748.tar.xz
ruby-d60ebedd7d1b08f89e93f9e36de6e1d45e38f748.zip
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
result of diff and turns -e option off, because *BSD make passes it by default. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 514cfa631..8c3315f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
-Tue Aug 25 11:42:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Aug 25 12:22:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
- result of diff.
+ result of diff and turns -e option off, because *BSD make passes
+ it by default.
Tue Aug 25 02:16:37 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>