[dm-devel] [PATCH 01/11] multipath-tools: Makefile: more dependency fixes for parallel build

mwilck at suse.com mwilck at suse.com
Mon May 11 22:39:21 UTC 2020


From: Martin Wilck <mwilck at suse.com>

Extend the late fixes from Christian.

Cc: Christian Hesse <mail at eworm.de>
Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index ba1d73ba..fec3b73b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,9 @@ all:	$(BUILDDIRS)
 $(BUILDDIRS):
 	$(MAKE) -C $@
 
-libmpathpersist multipath multipathd mpathpersist: libmultipath
-mpathpersist:  libmpathpersist
+libmultipath libdmmp: libmpathcmd
+libmpathpersist multipath multipathd: libmultipath
+mpathpersist multipathd:  libmpathpersist
 
 $(BUILDDIRS.clean):
 	$(MAKE) -C ${@:.clean=} clean
-- 
2.26.2





More information about the dm-devel mailing list