From 92a052f26ff39bc906c4c7379b6e7482bd91b049 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 21 Apr 2020 01:47:43 +0200 Subject: [PATCH] silent non-blocking errors when cleaning old paths --- Makefile.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.host b/Makefile.host index 02581ee45..9f5688939 100644 --- a/Makefile.host +++ b/Makefile.host @@ -39,7 +39,7 @@ clean: ifneq (,$(MYCLEANOLDPATH)) $(Q)$(RM) $(foreach f,$(CLEAN),$(MYCLEANOLDPATH)/$(f)) $(Q)$(RMDIR) $(MYCLEANOLDPATH)/$(OBJDIR) - $(Q)$(RMDIR_SOFT) $(MYCLEANOLDPATH) + $(Q)$(RMDIR_SOFT) $(MYCLEANOLDPATH) 2>/dev/null || true endif install: all