From 38aabce5424710badc080decca23628442d80673 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Tue, 7 May 2013 13:51:46 +0200 Subject: Silently ignore rm and include errors during make distclean Signed-off-by: Daniel Kiper Acked-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 32efb709a6..5a7107eb21 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ endif # clean, but blow away kernel build tree plus tarballs .PHONY: distclean distclean: - -rm config/Toplevel.mk + rm -f config/Toplevel.mk $(MAKE) -C xen distclean $(MAKE) -C tools distclean $(MAKE) -C stubdom distclean -- cgit v1.2.3