Makefile.sub: refine distclean-ext

* win32/Makefile.sub (distclean-ext, realclean-ext): remove
  extinit.c and suppress error message when failed to remove ext
  directory.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-01-22 08:04:37 +00:00
Родитель 75dbfa1360
Коммит 709a60f92d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1072,7 +1072,8 @@ clean-ext distclean-ext realclean-ext::
) )
distclean-ext realclean-ext::
-$(Q)rmdir ext
-$(Q)$(RM) ext/extinit.c
-$(Q)rmdir ext 2> nul || @
clean-extout: