mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
makefiles: some leftovers from lvmetad
This commit is contained in:
parent
4801919b01
commit
73bef5e3dd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user