]> arthur.barton.de Git - bup.git/blobdiff - Makefile
Don't touch correct target xattrs; remove inappropriate target xattrs.
[bup.git] / Makefile
index cbf548c420bfaf624e6a06901828f0c3f5ccf0dd..2069099e91d7253f7f5c17bae5f87071f1fe0a64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ clean: Documentation/clean
                *.pyc */*.pyc lib/*/*.pyc lib/*/*/*.pyc \
                bup bup-* cmd/bup-* lib/bup/_version.py randomgen memtest \
                out[12] out2[tc] tags[12] tags2[tc] \
-               testfs.img
+               testfs.img lib/bup/t/testfs.img
        rm -rf *.tmp t/*.tmp lib/*/*/*.tmp build lib/bup/build
        if test -e testfs; then rmdir testfs; fi
+       if test -e lib/bup/t/testfs; then rmdir lib/bup/t/testfs; fi