[dm-devel] [PATCH 01/16] multipath-tools: Makefile: remove useless .PHONY targets

mwilck at suse.com mwilck at suse.com
Thu Sep 1 16:09:37 UTC 2022


From: Martin Wilck <mwilck at suse.com>

.PHONY is only necessary for targets that may match actually existing
files.

Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5851149..74ab648 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ BUILDDIRS := $(LIB_BUILDDIRS) \
 
 BUILDDIRS.clean := $(BUILDDIRS:=.clean) tests.clean
 
-.PHONY:	$(BUILDDIRS) $(BUILDDIRS:=.uninstall) $(BUILDDIRS:=.install) $(BUILDDIRS:=.clean) $(LIB_BUILDDIRS:=.abi)
+.PHONY:	$(BUILDDIRS)
 
 all:	$(BUILDDIRS)
 
-- 
2.37.1



More information about the dm-devel mailing list