summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-09 12:17:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-09 12:17:29 +0000
commitfc0babb4c2ce8eaff3549f4502fb32d056482b31 (patch)
tree4cf19cae1afd256453bf12340affd32bd7875c18 /enc
parente2958af0b78c2431b6127e8bc7f4397cf0b123b3 (diff)
* enc/depend (clean): remove build directories.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-rw-r--r--enc/depend4
1 files changed, 4 insertions, 0 deletions
diff --git a/enc/depend b/enc/depend
index 212daf1b6d..ff95d8f068 100644
--- a/enc/depend
+++ b/enc/depend
@@ -59,3 +59,7 @@ enc/trans/transdb.$(OBJEXT): transdb.h
clean:
@$(RM) $(ENCSOS) $(ENCDEFS) $(ENCOBJS) $(TRANSSOS) $(TRANSDEFS) $(TRANSOBJS)
+% %w[$(ENCSODIR)/trans $(ENCSODIR) enc/trans enc].each do|dir|
+% dir = dir.gsub('/', File::ALT_SEPARATOR) if File::ALT_SEPARATOR
+ @-rmdir <%=dir%>
+% end