diff mbox series

[2/6] multipath-tools: Makefile.inc: delete obsolete comment

Message ID 20220201234024.27675-3-mwilck@suse.com (mailing list archive)
State Not Applicable, archived
Delegated to: Mike Snitzer
Headers show
Series multipath-tools: kernel module loading improvements | expand

Commit Message

Martin Wilck Feb. 1, 2022, 11:40 p.m. UTC
From: Martin Wilck <mwilck@suse.com>

We haven't used the options since 0.4.5.

Signed-off-by: Martin Wilck <mwilck@suse.com>
---
 Makefile.inc | 6 ------
 1 file changed, 6 deletions(-)

Comments

Benjamin Marzinski Feb. 3, 2022, 12:39 a.m. UTC | #1
On Wed, Feb 02, 2022 at 12:40:20AM +0100, mwilck@suse.com wrote:
> From: Martin Wilck <mwilck@suse.com>
> 
> We haven't used the options since 0.4.5.
> 
> Signed-off-by: Martin Wilck <mwilck@suse.com>
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
> ---
>  Makefile.inc | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Makefile.inc b/Makefile.inc
> index a7d16df..c5f1fa5 100644
> --- a/Makefile.inc
> +++ b/Makefile.inc
> @@ -2,12 +2,6 @@
>  # Copyright (C) 2004 Christophe Varoqui, <christophe.varoqui@opensvc.com>
>  #
>  
> -#
> -# Allow to force some libraries to be used statically. (Uncomment one of the
> -# following lines or define the values when calling make.)
> -#
> -# WITH_LOCAL_LIBDM	= 1
> -# WITH_LOCAL_LIBSYSFS	= 1
>  #
>  # Uncomment to disable libdmmp support
>  # ENABLE_LIBDMMP = 0
> -- 
> 2.34.1

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel
diff mbox series

Patch

diff --git a/Makefile.inc b/Makefile.inc
index a7d16df..c5f1fa5 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -2,12 +2,6 @@ 
 # Copyright (C) 2004 Christophe Varoqui, <christophe.varoqui@opensvc.com>
 #
 
-#
-# Allow to force some libraries to be used statically. (Uncomment one of the
-# following lines or define the values when calling make.)
-#
-# WITH_LOCAL_LIBDM	= 1
-# WITH_LOCAL_LIBSYSFS	= 1
 #
 # Uncomment to disable libdmmp support
 # ENABLE_LIBDMMP = 0