]> sourceware.org Git - lvm2.git/commitdiff
Fix up the make clean target in test/.
authorPetr Rockai <prockai@redhat.com>
Fri, 7 Jan 2011 12:26:02 +0000 (12:26 +0000)
committerPetr Rockai <prockai@redhat.com>
Fri, 7 Jan 2011 12:26:02 +0000 (12:26 +0000)
test/Makefile.in

index f8f1feafeffc51f56977f8ac878cd9fb16789e3f..8682e51ca0eb567b01c84ec3a2d81e80918c2752 100644 (file)
@@ -101,6 +101,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
 clean:
        rm -rf bin .lib-dir-stamp .test-stamp
+       rm -f $(LIB)
+       rm -f lib/dmsetup lib/clvmd lib/dmeventd
+       for i in lvm $$(cat ../tools/.commands); do rm -f lib/$$i; done
        if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
 
 distclean: clean
This page took 0.037358 seconds and 5 git commands to generate.