aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom
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 /stubdom
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 'stubdom')
-rw-r--r--stubdom/Makefile3
1 files changed, 1 insertions, 2 deletions
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: