mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
makefiles: move subdir into same section
Just shift few lines
This commit is contained in:
parent
07274f3dd4
commit
e552824dc0
@ -15,10 +15,6 @@ srcdir = @srcdir@
|
|||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
|
|
||||||
ifeq ("@BUILD_LVMETAD@", "yes")
|
|
||||||
SUBDIRS += lvmetad
|
|
||||||
endif
|
|
||||||
|
|
||||||
.PHONY: dmeventd clvmd cmirrord lvmetad
|
.PHONY: dmeventd clvmd cmirrord lvmetad
|
||||||
|
|
||||||
ifneq ("@CLVMD@", "none")
|
ifneq ("@CLVMD@", "none")
|
||||||
@ -36,6 +32,10 @@ daemons.cflow: dmeventd.cflow
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ("@BUILD_LVMETAD@", "yes")
|
||||||
|
SUBDIRS += lvmetad
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),distclean)
|
ifeq ($(MAKECMDGOALS),distclean)
|
||||||
SUBDIRS = clvmd cmirrord dmeventd lvmetad
|
SUBDIRS = clvmd cmirrord dmeventd lvmetad
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user