1
0
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 support 117160b27e
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 commit c1ab9fb37f 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:
Zdenek Kabelac 2023-02-09 22:50:59 +01:00
parent 35e1f15e03
commit a032e07578
2 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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")