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 --- stubdom/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stubdom') diff --git a/stubdom/Makefile b/stubdom/Makefile index f316d4e985..32f0daf63d 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -546,8 +546,7 @@ downloadclean: patchclean .PHONY: distclean distclean: downloadclean - -rm ../config/Stubdom.mk - rm -rf config.log config.status config.cache autom4te.cache + rm -rf config.log config.status config.cache autom4te.cache ../config/Stubdom.mk ifeq (,$(findstring clean,$(MAKECMDGOALS))) $(XEN_ROOT)/config/Stubdom.mk: -- cgit v1.2.3