From ab05580a685cefc4829c9ad92f56504db5320973 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Mon, 25 Nov 2013 16:16:40 +0000 Subject: [PATCH] Add missing stuff to clean target Sweepup a few bits a pieces that get left behind by make clean. Signed-off-by: James Page --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index fa0224524170..9481b981fc81 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -310,7 +310,8 @@ ceph: ceph.in ./ceph_ver.h Makefile # cleaning clean-local: - -rm *.so *.gcno *.gcda + rm -f *.so *.gcno *.gcda + rm -f ceph java/java/com/ceph/crush/Bucket.class # pybind -- 2.47.3