mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
dd couple of missing files to tools/Makefile CLEAN_TARGETS.
This commit is contained in:
parent
013577fb6a
commit
7f31917dc3
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.13 -
|
Version 2.02.13 -
|
||||||
===================================
|
===================================
|
||||||
|
Add couple of missing files to tools/Makefile CLEAN_TARGETS.
|
||||||
When adding snapshot leave cow LV mapped device active after zeroing.
|
When adding snapshot leave cow LV mapped device active after zeroing.
|
||||||
Fix a clvmd debug message.
|
Fix a clvmd debug message.
|
||||||
Add dev_flush() to set_lv().
|
Add dev_flush() to set_lv().
|
||||||
|
@ -82,7 +82,8 @@ LVMLIBS = -llvm
|
|||||||
|
|
||||||
CLEAN_TARGETS = liblvm2cmd.so liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
|
CLEAN_TARGETS = liblvm2cmd.so liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \
|
||||||
lvm2cmd.o lvm2cmd-static.o lvm2cmdlib.o lvm.static \
|
lvm2cmd.o lvm2cmd-static.o lvm2cmdlib.o lvm.static \
|
||||||
lvm.cflow lvm.xref lvm.tree lvm.rxref lvm.rtree
|
lvm.cflow lvm.xref lvm.tree lvm.rxref lvm.rtree \
|
||||||
|
lvmcmdlib.o lvm-static.o
|
||||||
|
|
||||||
ifeq ("@CMDLIB@", "yes")
|
ifeq ("@CMDLIB@", "yes")
|
||||||
TARGETS += liblvm2cmd.so
|
TARGETS += liblvm2cmd.so
|
||||||
|
Loading…
Reference in New Issue
Block a user