[tor/master] Whoops; only run lintchanges when usepython

21 Sep
2017
21 Sep
'17
9:32 p.m.
commit 9af06bdd1ed4894261fe350d0bb4fee5df7264ee Author: Nick Mathewson <nickm@torproject.org> Date: Thu Sep 21 17:32:17 2017 -0400 Whoops; only run lintchanges when usepython --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7c454f79c..ad2ceb66a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -216,9 +216,11 @@ check-logs: .PHONY: check-changes check-changes: +if USEPYTHON @if test -d "$(top_srcdir)/changes"; then \ $(PYTHON) $(top_srcdir)/scripts/maint/lintChanges.py $(top_srcdir)/changes; \ fi +endif .PHONY: update-versions update-versions:
2850
Age (days ago)
2850
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org