Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit cb39b07dd92f3ac4958c189ecd4953c2670a1fae Author: Sven Eckelmann sven@narfation.org Date: Tue Oct 25 08:01:34 2016 +0200
batman-adv: Reduce verbosity of coccinelle output
Signed-off-by: Sven Eckelmann sven@narfation.org
cb39b07dd92f3ac4958c189ecd4953c2670a1fae Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 7eea0ab..1d2e01c 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ RM ?= rm -f MKDIR := mkdir -p PATCH_FLAGS = --batch --fuzz=0 --forward --strip=1 --unified --version-control=never -g0 --remove-empty-files --no-backup-if-mismatch --reject-file=- PATCH := patch $(PATCH_FLAGS) -i -SPATCH_FLAGS := --in-place --relax-include-path --use-coccigrep +SPATCH_FLAGS := --in-place --relax-include-path --use-coccigrep --very-quiet CP := cp -fpR
SOURCE = $(wildcard net/batman-adv/*.[ch]) net/batman-adv/Makefile