]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Add missing stuff to clean target 864/head
authorBastian Blank <waldi@debian.org>
Mon, 25 Nov 2013 16:16:40 +0000 (16:16 +0000)
committerJames Page <james.page@ubuntu.com>
Mon, 25 Nov 2013 16:20:10 +0000 (16:20 +0000)
Sweepup a few bits a pieces that get left behind by make clean.

Signed-off-by: James Page <james.page@ubuntu.com>
src/Makefile.am

index fa0224524170c786ca921a0597094e4463f1f24d..9481b981fc81e631ae34f619d2b48689d5aa66e4 100644 (file)
@@ -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