[dm-devel] [PATCH] multipath-tools: delete multipathd/multipathc.d file when "make clean"

Benjamin Marzinski bmarzins at redhat.com
Wed Mar 15 22:01:31 UTC 2023


On Wed, Mar 15, 2023 at 06:02:09PM +0100, Xose Vazquez Perez wrote:
> Cc: Martin Wilck <mwilck at suse.com>
> Cc: Benjamin Marzinski <bmarzins at redhat.com>
> Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
> Cc: DM-DEVEL ML <dm-devel at redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>

Shouldn't this also go in the include line?

-Ben

> ---
>  multipathd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/multipathd/Makefile b/multipathd/Makefile
> index 9d531329..ba879102 100644
> --- a/multipathd/Makefile
> +++ b/multipathd/Makefile
> @@ -79,7 +79,7 @@ uninstall:
>  	$(Q)$(RM) $(DESTDIR)$(unitdir)/$(EXEC).socket
>  
>  clean: dep_clean
> -	$(Q)$(RM) core *.o $(EXEC) $(CLI)
> +	$(Q)$(RM) core *.o $(EXEC) $(CLI) multipathc.d
>  
>  include $(wildcard $(OBJS:.o=.d))
>  
> -- 
> 2.40.0


More information about the dm-devel mailing list