diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-14 08:02:03 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-14 08:02:03 +0000 |
| commit | 49e28e5373e536b491fb3a7bb05ecf076b94b08c (patch) | |
| tree | 088ca00900de27a61ab48112a77513c21a636fef | |
| parent | 45e770d32187718158aaf088d7fadd1a08d84045 (diff) | |
| download | ruby-49e28e5373e536b491fb3a7bb05ecf076b94b08c.tar.gz ruby-49e28e5373e536b491fb3a7bb05ecf076b94b08c.tar.xz ruby-49e28e5373e536b491fb3a7bb05ecf076b94b08c.zip | |
* bcc32/Makefile.sub: failed to remove debug information files.
fixed: [ruby-dev:26034] (written by nobu)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Thu Apr 14 16:57:40 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * bcc32/Makefile.sub: failed to remove debug information files. + fixed: [ruby-dev:26034] + Wed Apr 13 23:40:21 2005 Kouhei Sutou <kou@cozmixng.org> * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. @@ -33,7 +38,7 @@ Tue Apr 12 02:21:55 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> Mon Apr 11 23:47:21 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> - * lib/drb/drb.r: [druby-ja:123] fix: When reference of my object is + * lib/drb/drb.rb: [druby-ja:123] fix: When reference of my object is loaded, the object is tainted. * test/drb/test_drb.rb: ditto. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 1fc6b2dd9..a6dcc67cf 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -427,7 +427,7 @@ $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb post-install-ext:: $(MINIRUBY) -I$(srcdir)lib -rrbconfig -rfileutils \ - -e 'FileUtils.rm_f(Dir[File.join(Config::CONFIG["archdir"],"**","*.tds")])' + -e 'FileUtils.rm_f(Dir[File.join(ARGV+[Config::CONFIG["archdir"],"**","*.tds"])])' "$(DESTDIR)" clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib |
