1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-09 01:18:39 +03:00

Add missing cleanup for vgimportclone script

This commit is contained in:
Zdenek Kabelac 2011-04-28 22:17:06 +00:00
parent 425d920af6
commit 9139a95616

View File

@ -106,6 +106,7 @@ clean:
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
CLEAN_TARGETS += .lib-dir-stamp .test-stamp $(LIB) lib/dmsetup lib/clvmd lib/dmeventd
CLEAN_TARGETS += .lib-dir-stamp .test-stamp $(LIB) \
lib/dmsetup lib/clvmd lib/dmeventd lib/vgimportclone
.NOTPARALLEL: