From fc0babb4c2ce8eaff3549f4502fb32d056482b31 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Jun 2008 12:17:29 +0000 Subject: * enc/depend (clean): remove build directories. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/depend | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'enc/depend') 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 -- cgit v1.2.3