aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-27 13:09:33 +0000
committerng0 <ng0@n0.is>2019-10-27 13:09:33 +0000
commite785d848b3d963595ab8b4f549b6e9f3919287f4 (patch)
tree159938beeb5d11c02aac89887c7a40b82b55f5a6
parent8ab5451d5ed72e662dadee139e0cb6913366ce43 (diff)
downloadgnunet-e785d848b3d963595ab8b4f549b6e9f3919287f4.tar.gz
gnunet-e785d848b3d963595ab8b4f549b6e9f3919287f4.zip
make uncrustify silent.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 34e2c5e97..e30ea1099 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,7 @@ doc_DATA = COPYING README
40ACLOCAL_AMFLAGS = -I m4 40ACLOCAL_AMFLAGS = -I m4
41 41
42if HAVE_UNCRUSTIFY_BINARY 42if HAVE_UNCRUSTIFY_BINARY
43MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg --replace --no-backup 2>&1 || true 43MCRUSTIFY = find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg -q --replace --no-backup 2>&1 || true
44endif 44endif
45 45
46if HAVE_YAPF_BINARY 46if HAVE_YAPF_BINARY