gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Fix up make rules


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Fix up make rules
Date: Mon, 04 Mar 2019 15:25:19 +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 5d87f45cf Fix up make rules
5d87f45cf is described below

commit 5d87f45cf44826eff5f308ea59f7e708f7d7514f
Author: ng0 <address@hidden>
AuthorDate: Mon Mar 4 14:25:10 2019 +0000

    Fix up make rules
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a5e36545a..daa2946a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,11 +33,11 @@ ACLOCAL_AMFLAGS = -I m4
 check-bashism:
        printf "Run checkbashism on all .sh files.\n"
        printf "Currently this expects checkbashism.pl at a fixed location."
-       find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | 
xargs -0 ~/src/scripts/src/checkbashisms.pl -f
+       find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | 
xargs -0 ~/src/scripts/src/checkbashisms.pl -f 2>&1 | tee 
$(top_srcdir)/bashism.log || true
 
 check-python:
        printf "Running flake8 and 2to3 if detected.\n"
-       $(top_srcdir)/contrib/scripts/lint-python.sh
+       $(top_srcdir)/contrib/scripts/lint-python.sh || true
 
 check-man:
        printf "Running lint-man.sh in doc/man.\n"

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



reply via email to

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