diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-17 10:34:31 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-17 10:34:31 +0000 |
| commit | d0a6f8d62f49ce7426d3db868741302233d58ce7 (patch) | |
| tree | 9962347172d4dda4dde651d5a78c019b6f5383ab /ChangeLog | |
| parent | 4714381845f5ae8c9495a1b95560ddfbc459d0c8 (diff) | |
| download | ruby-d0a6f8d62f49ce7426d3db868741302233d58ce7.tar.gz ruby-d0a6f8d62f49ce7426d3db868741302233d58ce7.tar.xz ruby-d0a6f8d62f49ce7426d3db868741302233d58ce7.zip | |
* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.
* ext/extmk.rb (extmake): remove compile directory if empty.
* ext/extmk.rb (parse_args) lib/mkmf.rb (create_makefile): move
initialization of $extout_prefix from lib/mkmf.rb. [ruby-dev:22928]
* ext/extmk.rb: clear ext and extout directory when cleaning.
* lib/mkmf.rb (CLEANLIBS): should be under $(arch) directory.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Tue Feb 17 19:34:26 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries. + + * ext/extmk.rb (extmake): remove compile directory if empty. + + * ext/extmk.rb (parse_args) lib/mkmf.rb (create_makefile): move + initialization of $extout_prefix from lib/mkmf.rb. [ruby-dev:22928] + + * ext/extmk.rb: clear ext and extout directory when cleaning. + + * lib/mkmf.rb (CLEANLIBS): should be under $(arch) directory. + Tue Feb 17 18:02:10 2004 Minero Aoki <aamine@loveruby.net> * ext/strscan/strscan.c: ScanError may be (wrongly) garbage |
