From: ng0 Date: Mon, 4 Mar 2019 14:25:10 +0000 (+0000) Subject: Fix up make rules X-Git-Tag: v0.11.1~176 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5d87f45cf44826eff5f308ea59f7e708f7d7514f;p=oweals%2Fgnunet.git Fix up make rules --- 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"