All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: include Makefile.inc
@ 2018-07-05 12:11 Gioh Kim
  2018-07-06 13:47 ` Martin Wilck
  0 siblings, 1 reply; 2+ messages in thread
From: Gioh Kim @ 2018-07-05 12:11 UTC (permalink / raw)
  To: christophe.varoqui; +Cc: dm-devel, Gioh Kim

Since ENABLE_LIBDMMP is defined in Makefile.inc, Makefile needs to include
Makefile.inc to disable building libdmmp.

Signed-off-by: Gioh Kim <gi-oh.kim@profitbricks.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 4b145c59..4a224a76 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 # Copyright (C) 2003 Christophe Varoqui, <christophe.varoqui@opensvc.com>
 #
 
+include Makefile.inc
+
 BUILDDIRS = \
 	libmpathcmd \
 	libmultipath \
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: include Makefile.inc
  2018-07-05 12:11 [PATCH] Makefile: include Makefile.inc Gioh Kim
@ 2018-07-06 13:47 ` Martin Wilck
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Wilck @ 2018-07-06 13:47 UTC (permalink / raw)
  To: dm-devel

On Thu, 2018-07-05 at 14:11 +0200, Gioh Kim wrote:
> Since ENABLE_LIBDMMP is defined in Makefile.inc, Makefile needs to
> include
> Makefile.inc to disable building libdmmp.

Reviewed-by: Martin Wilck <mwilck@suse.com>


-- 
Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-06 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05 12:11 [PATCH] Makefile: include Makefile.inc Gioh Kim
2018-07-06 13:47 ` Martin Wilck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.