All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - makefiles: keep removing anchient files
Date: Fri, 10 Feb 2023 16:53:28 +0000 (GMT)	[thread overview]
Message-ID: <20230210165328.612F9385841A@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a032e07578ecdb459470cced8e118ce57088d033
Commit:        a032e07578ecdb459470cced8e118ce57088d033
Parent:        35e1f15e0386341617c5810c481a2c8d227026d1
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Thu Feb 9 22:50:59 2023 +0100
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Feb 10 17:50:27 2023 +0100

makefiles: keep removing anchient files

Commit dropping lvmetad support 117160b27e510dceb1ed6acf995115c040acd88d
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 c1ab9fb37faee56cee278ccd94cb958d30d61b94 moved cmds.h to
include, so again keep it removed so it's not left there and in any
case could not misslead anyone.
---
 include/Makefile.in | 2 ++
 tools/Makefile.in   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/Makefile.in b/include/Makefile.in
index 88a06a934..fc184ed09 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -86,6 +86,8 @@ CLEAN_TARGETS += \
  lvm2app.h \
  lvm2cmd.h \
  lvmcache.h \
+ lvmetad-client.h \
+ lvmetad.h \
  lvmlockd-client.h \
  lvmlockd.h \
  lvmnotify.h \
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 49d9b89c7..4e196ab1e 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -97,7 +97,7 @@ INCLUDES = -I$(top_builddir)/tools
 CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) $(TARGETS_DM) \
 	liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION) lvm-static.o \
 	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
 
 ifeq ("@CMDLIB@", "yes")


                 reply	other threads:[~2023-02-10 16:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230210165328.612F9385841A@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.