summaryrefslogtreecommitdiffstats
path: root/enc/depend
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
commit68f19730920ee4d7c6ac3f7aafa20411509c20d7 (patch)
tree4cf19cae1afd256453bf12340affd32bd7875c18 /enc/depend
parentc47aed85e013f0bd732a291f9ea455b206ce50f6 (diff)
downloadruby-68f19730920ee4d7c6ac3f7aafa20411509c20d7.tar.gz
ruby-68f19730920ee4d7c6ac3f7aafa20411509c20d7.tar.xz
ruby-68f19730920ee4d7c6ac3f7aafa20411509c20d7.zip
* enc/depend (clean): remove build directories.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/depend')
-rw-r--r--enc/depend4
1 files changed, 4 insertions, 0 deletions
diff --git a/enc/depend b/enc/depend
index 212daf1b6..ff95d8f06 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