gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: make uncrustify silent.


From: gnunet
Subject: [gnunet] branch master updated: make uncrustify silent.
Date: Sun, 27 Oct 2019 14:12:10 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e785d848b make uncrustify silent.
e785d848b is described below

commit e785d848b3d963595ab8b4f549b6e9f3919287f4
Author: ng0 <address@hidden>
AuthorDate: Sun Oct 27 13:09:33 2019 +0000

    make uncrustify silent.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]