* enc/depend (clean): remove build directories.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-06-09 12:17:29 +00:00
parent e2958af0b7
commit fc0babb4c2
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,6 @@
Mon Jun 9 21:13:51 2008 Koichi Sasada <ko1@atdot.net>
Mon Jun 9 21:17:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/depend (clean): remove build directories.
* test_knownbug.rb -> KNOWNBUGS.rb: renamed.

View File

@ -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