mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-20 18:09:23 +03:00
Fix up the make clean target in test/.
This commit is contained in:
parent
b2c682e462
commit
62fbc0a033
@ -101,6 +101,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf bin .lib-dir-stamp .test-stamp
|
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
|
if test "$(srcdir)" != . ; then rm -f $(subst $(srcdir)/, ,$(RUN)) lvm2app.sh ; fi
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user