From 408e222a46ed1cd0fe3190e3fc05f00a4f3f0be2 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 1 Jun 2005 02:36:17 +0000 Subject: * bcc32/Makefile.sub: can use single quote character in DESTDIR. [ruby-dev:26205] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ bcc32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e4c6bf7e9a..92a750e3e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 1 11:32:42 2005 Hirokazu Yamamoto + + * bcc32/Makefile.sub: can use single quote character in DESTDIR. + [ruby-dev:26205] + Mon May 30 23:48:29 2005 Hidetoshi NAGAI * ext/tk/lib/tk/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 320ae0cc99..9498f8bc86 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -436,7 +436,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['$(DESTDIR)'+Config::CONFIG['archdir']+'/**/*.tds'])" + -e "FileUtils.rm_f(Dir[ARGV[0]+Config::CONFIG['archdir']+'/**/*.tds'])" "$(DESTDIR:\=/)" clean-local:: @$(RM) ext\extinit.c ext\extinit.$(OBJEXT) *.tds *.il? $(RUBY_SO_NAME).lib -- cgit v1.2.3