mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fiddle: clean dot dir
* ext/fiddle/depend (distclean-libffi): clean dot directory too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
50a585ed25
commit
7d8ac59131
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ clean-libffi:
|
|||
distclean-libffi:
|
||||
$(Q) $(SUBMAKE_LIBFFI) distclean
|
||||
$(Q) $(RM) $(LIBFFI_DIR)/local.exp
|
||||
$(Q) $(RUBY) -rfileutils -e "FileUtils.rmdir(Dir.glob(ARGV[0]+'/**/'), :parents=>true)" $(LIBFFI_DIR)
|
||||
$(Q) $(RUBY) -rfileutils -e "FileUtils.rmdir(Dir.glob(ARGV[0]+'/**/{,.*/}'), :parents=>true)" $(LIBFFI_DIR)
|
||||
|
||||
realclean-libffi:
|
||||
$(Q) $(RMALL) $(LIBFFI_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue