From: Bastian Blank Date: Mon, 25 Nov 2013 16:16:40 +0000 (+0000) Subject: Add missing stuff to clean target X-Git-Tag: v0.74~57^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F864%2Fhead;p=ceph.git Add missing stuff to clean target Sweepup a few bits a pieces that get left behind by make clean. Signed-off-by: James Page --- 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