From: ng0 Date: Sun, 27 Oct 2019 13:09:33 +0000 (+0000) Subject: make uncrustify silent. X-Git-Tag: v0.11.7~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e785d848b3d963595ab8b4f549b6e9f3919287f4;p=oweals%2Fgnunet.git make uncrustify silent. --- 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 ACLOCAL_AMFLAGS = -I m4 if HAVE_UNCRUSTIFY_BINARY -MCRUSTIFY = 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 +MCRUSTIFY = 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 endif if HAVE_YAPF_BINARY