ruby-changes:54862
From: nobu <ko1@a...>
Date: Thu, 14 Feb 2019 00:19:31 +0900 (JST)
Subject: [ruby-changes:54862] nobu:r67067 (trunk): Ignore errors on cleaning
nobu 2019-02-14 00:19:26 +0900 (Thu, 14 Feb 2019) New Revision: 67067 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67067 Log: Ignore errors on cleaning Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 67066) +++ win32/Makefile.sub (revision 67067) @@ -1202,7 +1202,7 @@ ext/clean gems/clean ext/distclean gems/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1202 $(MAKE) $(MFLAGS) $(@F) & \ cd %CD% & \ $(RMDIRS) %I \ - ) ) + ) ) || @ ext/distclean gems/distclean ext/realclean gems/realclean:: $(Q)cd $(@D) && for /R $(EXTS) %I in (exts.mk*) \ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/