]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
Silently ignore rm and include errors during make distclean
authorDaniel Kiper <daniel.kiper@oracle.com>
Tue, 7 May 2013 11:51:46 +0000 (13:51 +0200)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 8 May 2013 11:15:20 +0000 (12:15 +0100)
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Makefile

index f316d4e985dde182a5906022b8ef54df55797ed4..32f0daf63db6238335274dbd7202d4d558f55d69 100644 (file)
--- a/Makefile
+++ b/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: