[dm-devel] [PATCH] multipath-tools: delete auto-generated tests/test-log.d file with make clean

Xose Vazquez Perez xose.vazquez at gmail.com
Wed Oct 28 14:14:11 UTC 2020


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>
---
 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 502377f0..884c4611 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -84,7 +84,7 @@ valgrind_clean:
 
 clean: test_clean valgrind_clean dep_clean
 	$(RM) $(TESTS:%=%-test) $(OBJS) *.o.wrap
-	$(RM) -rf lib
+	$(RM) -rf lib test-log.d
 
 .SECONDARY: $(OBJS)
 
-- 
2.28.0




More information about the dm-devel mailing list