From e99bbef4053213d680fcd2bfa27b3f085c108612 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 13 Aug 2014 20:30:25 -0400 Subject: Don't show us the full Python command-line for building register.c. The echo and output of make-dissector-reg.py is sufficient. Change-Id: I89462435e8966012ec057ccd45adb595f692b0fb Reviewed-on: https://code.wireshark.org/review/3587 Reviewed-by: Jeff Morriss --- epan/dissectors/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index b6ea1f88af..0973120489 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -99,7 +99,7 @@ x11-dissector: $(top_srcdir)/tools/process-x11-fields.pl x11-fields $(top_srcdir # register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Makefile.common Custom.common \ $(top_srcdir)/tools/make-dissector-reg.py - echo Making register.c ; \ + @echo Making register.c ; \ $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \ dissectors $(ALL_DISSECTORS_SRC) ; # -- cgit v1.2.1