mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add missing cleanup for vgimportclone script
This commit is contained in:
parent
9cda028a96
commit
9ecab00d26
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user