mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
makefiles: fix tested vars
For resolving usability of DEBUG_MEM - check proper translated make vars for proper value.
This commit is contained in:
parent
95dd5bc7fb
commit
9dc1f51d28
12
make.tmpl.in
12
make.tmpl.in
@ -243,12 +243,12 @@ endif
|
|||||||
CFLAGS += -fno-omit-frame-pointer
|
CFLAGS += -fno-omit-frame-pointer
|
||||||
DEFS += -DDEBUG
|
DEFS += -DDEBUG
|
||||||
# memory debugging is not thread-safe yet
|
# memory debugging is not thread-safe yet
|
||||||
ifneq ("@DMEVENTD@", "yes")
|
ifneq ("@BUILD_DMEVENTD@", "yes")
|
||||||
ifneq ("@DMFILEMAPD@", "yes")
|
ifneq ("@BUILD_DMFILEMAPD@", "yes")
|
||||||
ifneq ("@LVMLOCKD@", "yes")
|
ifneq ("@BUILD_LVMLOCKD@", "yes")
|
||||||
ifneq ("@LVMPOLLD@", "yes")
|
ifneq ("@BUILD_LVMPOLLD@", "yes")
|
||||||
ifneq ("@LVMETAD@", "yes")
|
ifneq ("@BUILD_LVMETAD@", "yes")
|
||||||
ifneq ("@CLVMD@", "yes")
|
ifeq ("@CLVMD@", "none")
|
||||||
DEFS += -DDEBUG_MEM
|
DEFS += -DDEBUG_MEM
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user