make uncrustify silent.
authorng0 <ng0@n0.is>
Sun, 27 Oct 2019 13:09:33 +0000 (13:09 +0000)
committerng0 <ng0@n0.is>
Sun, 27 Oct 2019 13:09:33 +0000 (13:09 +0000)
Makefile.am

index 34e2c5e970c700652e5417249540cad2699df389..e30ea1099865359d5039d498169921bdfbc867bc 100644 (file)
@@ -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