1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

makefiles: some leftovers from lvmetad

(cherry picked from commit 73bef5e3dd)
This commit is contained in:
Zdenek Kabelac 2018-12-01 17:34:20 +01:00 committed by Marian Csontos
parent 81f25b2c32
commit 4d172f69cc
2 changed files with 2 additions and 4 deletions

View File

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

View File

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