aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kiper <daniel.kiper@oracle.com>2013-05-07 13:51:46 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-08 12:15:20 +0100
commit38aabce5424710badc080decca23628442d80673 (patch)
tree3f9e3b5911908fde6167fc5cef9e1d424c567469 /Makefile
parente17295d050110bdbbe0ef19c6e977c8fef7557db (diff)
downloadxen-38aabce5424710badc080decca23628442d80673.tar.gz
xen-38aabce5424710badc080decca23628442d80673.tar.bz2
xen-38aabce5424710badc080decca23628442d80673.zip
Silently ignore rm and include errors during make distclean
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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