From 43ee21f26dcf911450d5da9b3503eae0d7a87b76 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Feb 2019 15:19:26 +0000 Subject: Ignore errors on cleaning git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 854c362344..e1298db92c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -1202,7 +1202,7 @@ ext/clean gems/clean ext/distclean gems/distclean ext/realclean gems/realclean:: $(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*) \ -- cgit v1.2.3