diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-01 02:35:35 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-01 02:35:35 +0000 |
| commit | d24a6bcaf3cdd14ecc3fdca1715f5393ef3e7419 (patch) | |
| tree | 9a7b9b4cb25f7ab0a87b5aa2fcd45a748bbf17c9 /bcc32 | |
| parent | a6f2f4e81e0116617b796d357f4e5627e34812b9 (diff) | |
| download | ruby-d24a6bcaf3cdd14ecc3fdca1715f5393ef3e7419.tar.gz ruby-d24a6bcaf3cdd14ecc3fdca1715f5393ef3e7419.tar.xz ruby-d24a6bcaf3cdd14ecc3fdca1715f5393ef3e7419.zip | |
* bcc32/Makefile.sub: can use single quote character in DESTDIR.
[ruby-dev:26205]
* bcc32/Makefile.sub: Dir.glob in 1.9 doesn't treat \ as path separator.
[ruby-dev:26254]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 507af0317..1570c33c4 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -442,7 +442,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 |
