]> arthur.barton.de Git - bup.git/commitdiff
make clean: remove some leftover files.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 28 Jul 2010 04:43:11 +0000 (00:43 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 28 Jul 2010 04:43:55 +0000 (00:43 -0400)
Stuff has moved around a bit recently, and we weren't cleaning up everything
like we should.

Makefile

index 527419d5862cfa83967cf509546800c95ea539cc..a555114c3a4e097ea3662fd5ed32122f4d964e59 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -114,8 +114,9 @@ bup-%: cmd-%.sh
        gcc -c -o $@ $< $(CPPFLAGS) $(CFLAGS)
 
 clean: Documentation/clean
-       rm -f *.o *.so */*/*.so *.dll *.exe .*~ *~ */*~ */*/*~ \
-               *.pyc */*.pyc */*/*.pyc \
+       rm -f *.o lib/*/*.o *.so lib/*/*.so *.dll *.exe \
+               .*~ *~ */*~ lib/*/*~ lib/*/*/*~ \
+               *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \
                bup bup-* cmd/bup-* lib/bup/_version.py randomgen memtest \
                out[12] out2[tc] tags[12] tags2[tc]
-       rm -rf *.tmp t/*.tmp build lib/bup/build
+       rm -rf *.tmp t/*.tmp lib/*/*/*.tmp build lib/bup/build