]> arthur.barton.de Git - bup.git/commitdiff
make clean: Remove dlls from child directories
authorAneurin Price <aneurin.price@gmail.com>
Wed, 1 Jun 2011 16:23:33 +0000 (17:23 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 9 Jun 2011 02:57:58 +0000 (22:57 -0400)
Fix the 'clean' makefile rule to remove .dll files from subdirectories,
to match .so files.

Signed-off-by: Aneurin Price <aneurin.price@gmail.com>
Makefile

index e04235d5f86702511d6a677b4733badcfbf8f408..b1154c17aabc6df12c75bfb29546809744523ef7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ import-docs: Documentation/clean
 # tgit.py plays with permissions on lib/bup/t/pybuptest.tmp, so we should
 # ensure that we can delete the directory before doing it.
 clean: Documentation/clean
-       rm -f *.o lib/*/*.o *.so lib/*/*.so *.dll *.exe \
+       rm -f *.o lib/*/*.o *.so lib/*/*.so *.dll lib/*/*.dll *.exe \
                .*~ *~ */*~ lib/*/*~ lib/*/*/*~ \
                *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \
                bup bup-* cmd/bup-* lib/bup/_version.py randomgen memtest \