diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-16 01:40:34 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-16 01:40:34 +0000 |
| commit | 6ab54bd0f60032b9a236f1987335043cc104b5ab (patch) | |
| tree | 2002084b17580ff36bcddd3c5e608175d2186a30 | |
| parent | b9ad7d6c719b03d001a1bf60c86f6c67e8f95a5a (diff) | |
| download | ruby-6ab54bd0f60032b9a236f1987335043cc104b5ab.tar.gz ruby-6ab54bd0f60032b9a236f1987335043cc104b5ab.tar.xz ruby-6ab54bd0f60032b9a236f1987335043cc104b5ab.zip | |
* bcc32/Makefile.sub: quick hack... prepend DESTDIR.
still have restriction on DESTDIR ("", "/", "e:")
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sat Apr 16 10:36:01 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * bcc32/Makefile.sub: quick hack... prepend DESTDIR. + still have restriction on DESTDIR ("", "/", "e:") + Sat Apr 16 03:59:42 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/extconf.rb: check for OPENSSL_cleanse. diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index a6dcc67cf..c00ad7677 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(ARGV+[Config::CONFIG["archdir"],"**","*.tds"])])' "$(DESTDIR)" + -e 'FileUtils.rm_f(Dir["$(DESTDIR)"+Config::CONFIG["archdir"]+"/**/*.tds"])' clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib |
