mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
e2958af0b7
commit
fc0babb4c2
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue