From 7f76171259c70458c9fd80d0e9045ba5fbdefa72 Mon Sep 17 00:00:00 2001 From: Nate Bargmann Date: Thu, 27 Jul 2017 15:08:22 -0500 Subject: [PATCH] Apply silent rule variables to Python --- bindings/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index a6a72c0d2..ee3be1091 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -111,14 +111,15 @@ _Hamlib_la_LTLIBRARIES = $(pyexec_ltlib) all-py: $(pyexec_ltlib) check-py: all-py - PYTHONPATH=$(builddir):$(builddir)/.libs $(PYTHON) $(srcdir)/$(pytest) \ - || echo "Python test failed" 1>&2 + $(AM_V_at)PYTHONPATH=$(builddir):$(builddir)/.libs \ + $(PYTHON) $(srcdir)/$(pytest) \ + || echo "Python test failed" 1>&2 Hamlib.py: hamlibpy_wrap.c hamlibpy_wrap.c: hamlib.swg $(SWGDEP) - $(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \ - -o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg + $(AM_V_GEN)$(SWIG) -python $(AM_CPPFLAGS) -I$(top_srcdir)/bindings \ + -o $@ `test -f hamlib.swg || echo '$(srcdir)/'`hamlib.swg install-py: clean-py: