diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-27 02:03:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-27 02:03:54 +0000 |
commit | d56e4b1b027e15c053407ecd75743ace00a681ae (patch) | |
tree | 56b62871db9d335ff29906fd1240272e4bdf0231 /enc/depend | |
parent | 87ff93fb8618cf1b7aa8f88f20d5eb9323aece38 (diff) | |
download | ruby-d56e4b1b027e15c053407ecd75743ace00a681ae.tar.gz ruby-d56e4b1b027e15c053407ecd75743ace00a681ae.tar.xz ruby-d56e4b1b027e15c053407ecd75743ace00a681ae.zip |
* common.mk (distclean-enc, realclean-enc): do not call clean of
enc.mk twice or more.
* enc/depend (cleanobjs): added deffile.
* lib/mkmf.rb (create_makefile): removes deffile at clean instead
of distclean.
* win32/Makefile.sub (miniruby, LIBRUBY_SO): removes lib and exp
files.
* win32/Makefile.sub (clean, distclean): have moved to common.mk.
* win32/rmdirs.bat: omits `not empty' message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/depend')
-rw-r--r-- | enc/depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enc/depend b/enc/depend index 0cc00336b..2d9c4ab78 100644 --- a/enc/depend +++ b/enc/depend @@ -30,6 +30,7 @@ % dependencies = encs + trans % cleanlibs = Shellwords.shellwords(CONFIG["cleanlibs"] || "") % cleanobjs = Shellwords.shellwords(CONFIG["cleanobjs"] || "") +% cleanobjs << "$*.def" if deffile % rule_subst = CONFIG["RULE_SUBST"] || "%s" % transvpath = rule_subst.dup.sub!(/\{[^{}]+\}/, '$(TRANSVPATH)/') || "enc/trans/%s" % transvpath_prefix = (rule_subst.dup.sub!(/\{[^{}]+\}/, '{$(TRANSVPATH)}') || "") % "" |