mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user