Thread (1 message) 1 message, 1 author, 2018-07-23

Re: [PATCH 1/5] coccinelle: mark the 'coccicheck' make target as .PHONY

From: Junio C Hamano <hidden>
Date: 2018-07-23 19:37:08

SZEDER Gábor [off-list ref] writes:
The 'coccicheck' target doesn't create a file with the same name, so
mark it as .PHONY.

Signed-off-by: SZEDER Gábor <redacted>
---
Good.  It is customary to do so immediately before the target, not
after a blank line, though.
quoted hunk
 Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index e4b503d259..27bfc196dd 100644
--- a/Makefile
+++ b/Makefile
@@ -2685,6 +2685,8 @@ C_SOURCES = $(patsubst %.o,%.c,$(C_OBJ))
 	fi
 coccicheck: $(patsubst %.cocci,%.cocci.patch,$(wildcard contrib/coccinelle/*.cocci))
 
+.PHONY: coccicheck
+
 ### Installation rules
 
 ifneq ($(filter /%,$(firstword $(template_dir))),)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help