stefan pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3ca5cc094a6cac9137a42fcc54e44bedc1e2e311

commit 3ca5cc094a6cac9137a42fcc54e44bedc1e2e311
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Fri Sep 4 14:57:50 2015 +0200

    build: ensure we do not fail clean if check-results.xml does not exist
    
    If we did not run make check this file would not exist and a clean would
    fail over it. Using -f ignores this case.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 3cb5d0a..dc3def2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,5 +156,5 @@ if ELEMENTARY_ENABLE_COVERAGE
 endif
 
 clean-local:
-       rm src/tests/check-results.xml
+       rm -f src/tests/check-results.xml
 endif

-- 


Reply via email to