/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'sb/cocci-pending'
[git/git.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
af873ae
..
1a44c81
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2742,9
+2742,12
@@
endif
then \
echo ' ' SPATCH result: $@; \
fi
then \
echo ' ' SPATCH result: $@; \
fi
-coccicheck: $(addsuffix .patch,$(
wildcard contrib/coccinelle/*.cocci
))
+coccicheck: $(addsuffix .patch,$(
filter-out %.pending.cocci,$(wildcard contrib/coccinelle/*.cocci)
))
-.PHONY: coccicheck
+# See contrib/coccinelle/README
+coccicheck-pending: $(addsuffix .patch,$(wildcard contrib/coccinelle/*.pending.cocci))
+
+.PHONY: coccicheck coccicheck-pending
### Installation rules
### Installation rules