summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-01 17:34:20 +0100
committerMarian Csontos <mcsontos@redhat.com>2018-12-17 16:11:08 +0100
commit4d172f69cc21ceb3975910f51a3fc6f3c72fdda5 (patch)
tree46166416dd3c179d9cb21ebf9dc96a46998e17ca
parent81f25b2c32fab51b821fbf1c107dcca49aa9d128 (diff)
downloadlvm2-4d172f69cc21ceb3975910f51a3fc6f3c72fdda5.tar.gz
makefiles: some leftovers from lvmetad
(cherry picked from commit 73bef5e3ddc962e462b3068fd0b1c7cbccad5176)
-rw-r--r--libdm/make.tmpl.in2
-rw-r--r--make.tmpl.in4
2 files changed, 2 insertions, 4 deletions
diff --git a/libdm/make.tmpl.in b/libdm/make.tmpl.in
index c88505f18..cc1642af7 100644
--- a/libdm/make.tmpl.in
+++ b/libdm/make.tmpl.in
@@ -533,7 +533,7 @@ endif
ifeq ("@USE_TRACKING@","yes")
ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov \
- help check check_local check_cluster check_lvmetad check_lvmpolld))
+ help check check_local check_cluster check_lvmpolld))
ifdef SOURCES
-include $(SOURCES:.c=.d) $(CXXSOURCES:.cpp=.d)
endif
diff --git a/make.tmpl.in b/make.tmpl.in
index e52827be3..1a101fc67 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -258,12 +258,10 @@ endif
ifneq ("@BUILD_DMEVENTD@", "yes")
ifneq ("@BUILD_LVMLOCKD@", "yes")
ifneq ("@BUILD_LVMPOLLD@", "yes")
- ifneq ("@BUILD_LVMETAD@", "yes")
DEFS += -DDEBUG_MEM
endif
endif
endif
- endif
endif
# end of fPIC protection
@@ -583,7 +581,7 @@ endif
ifeq ("$(USE_TRACKING)","yes")
ifeq (,$(findstring $(MAKECMDGOALS),cscope.out cflow clean distclean lcov \
- help check check_local check_cluster check_lvmetad check_lvmpolld))
+ help check check_local check_cluster check_lvmpolld))
ifdef SOURCES
-include $(SOURCES:.c=.d) $(CXXSOURCES:.cpp=.d)
endif