diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-22 12:24:12 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-22 12:24:12 +0000 |
commit | c886b360e4379a66ac96167fb3af69c969463efa (patch) | |
tree | 626bd16de4c1330f64a6a72e6344c4051e1f7713 /ChangeLog | |
parent | b384ac5f656c7ae2ff9ca27b41763250cd51dfb1 (diff) | |
download | ruby-c886b360e4379a66ac96167fb3af69c969463efa.tar.gz ruby-c886b360e4379a66ac96167fb3af69c969463efa.tar.xz ruby-c886b360e4379a66ac96167fb3af69c969463efa.zip |
* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make
variables: CLEANFILES and DISTCLEANFILES. They'd typically be
defined in a file "depend".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sun Jul 22 21:16:43 2001 Akinori MUSHA <knu@iDaemons.org> + + * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make + variables: CLEANFILES and DISTCLEANFILES. They'd typically be + defined in a file "depend". + Fri Jul 20 22:55:01 2001 Akinori MUSHA <knu@iDaemons.org> * gc.c (ruby_xrealloc): fix a dangling bug which led memory |