mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: keep removing anchient files
Commit dropping lvmetad support117160b27e
also removed cleaning of its generated files. However we need to keep this functionality, otherwise we can leak them during various bisect. Easier is to keep such rules forever. Also commitc1ab9fb37f
moved cmds.h to include, so again keep it removed so it's not left there and in any case could not misslead anyone.
This commit is contained in:
parent
35e1f15e03
commit
a032e07578
@ -86,6 +86,8 @@ CLEAN_TARGETS += \
|
|||||||
lvm2app.h \
|
lvm2app.h \
|
||||||
lvm2cmd.h \
|
lvm2cmd.h \
|
||||||
lvmcache.h \
|
lvmcache.h \
|
||||||
|
lvmetad-client.h \
|
||||||
|
lvmetad.h \
|
||||||
lvmlockd-client.h \
|
lvmlockd-client.h \
|
||||||
lvmlockd.h \
|
lvmlockd.h \
|
||||||
lvmnotify.h \
|
lvmnotify.h \
|
||||||
|
@ -97,7 +97,7 @@ INCLUDES = -I$(top_builddir)/tools
|
|||||||
CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) $(TARGETS_DM) \
|
CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) $(TARGETS_DM) \
|
||||||
liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION) lvm-static.o \
|
liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION) lvm-static.o \
|
||||||
liblvm2cmd-static.a lvm.static \
|
liblvm2cmd-static.a lvm.static \
|
||||||
$(LDDEPS) .exported_symbols_generated \
|
$(LDDEPS) .exported_symbols_generated cmds.h \
|
||||||
command-lines-input.h command-count.h man-generator.c
|
command-lines-input.h command-count.h man-generator.c
|
||||||
|
|
||||||
ifeq ("@CMDLIB@", "yes")
|
ifeq ("@CMDLIB@", "yes")
|
||||||
|
Loading…
Reference in New Issue
Block a user