aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2014-08-24 23:34:00 +0400
committerGraham Bloice <graham.bloice@trihedral.com>2014-08-31 22:14:54 +0000
commit4a3e62cd54215864604292bb1a8708f34a4cc581 (patch)
treeefbf4f813d9295537fa1ce1e1fe46669c04f08ff /plugins
parent95cd6b76bdf0230b60d82bc3dff8f3387b7ac8cc (diff)
Don't show the echo/python command lines when making plugin.c
For consistency with epan/dissectors/Makefile.am. Also, remove the "with python" parts, since that's the only option now. Change-Id: I761e1bf7995c1cc1ebd790013181fd6116b289a1 Reviewed-on: https://code.wireshark.org/review/3925 Reviewed-by: Evan Huus <eapache@gmail.com> Petri-Dish: Evan Huus <eapache@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/Makefile.am7
-rw-r--r--plugins/docsis/Makefile.am7
-rw-r--r--plugins/ethercat/Makefile.am7
-rw-r--r--plugins/gryphon/Makefile.am7
-rw-r--r--plugins/irda/Makefile.am7
-rw-r--r--plugins/m2m/Makefile.am7
-rw-r--r--plugins/mate/Makefile.am7
-rw-r--r--plugins/opcua/Makefile.am7
-rw-r--r--plugins/profinet/Makefile.am7
-rw-r--r--plugins/unistim/Makefile.am7
-rw-r--r--plugins/wimax/Makefile.am7
-rw-r--r--plugins/wimaxasncp/Makefile.am7
-rw-r--r--plugins/wimaxmacphy/Makefile.am7
13 files changed, 52 insertions, 39 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index b5883da056..b52680af33 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index b6be039c76..65a08ffd88 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index 8bc8b583bd..efdfdec5d1 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index 82db877f77..68e4c2ee42 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -79,9 +79,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/irda/Makefile.am b/plugins/irda/Makefile.am
index 9950676ce8..d2fc0e4fb4 100644
--- a/plugins/irda/Makefile.am
+++ b/plugins/irda/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/m2m/Makefile.am b/plugins/m2m/Makefile.am
index ff195faa9a..a47f92663a 100644
--- a/plugins/m2m/Makefile.am
+++ b/plugins/m2m/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 4bed66210d..1687bc98ff 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -84,9 +84,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/opcua/Makefile.am b/plugins/opcua/Makefile.am
index a0596cb05b..d8c0f85c57 100644
--- a/plugins/opcua/Makefile.am
+++ b/plugins/opcua/Makefile.am
@@ -78,9 +78,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index bfee4849f9..96e7184fea 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index 44eb3c3528..5eacf9d773 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -78,9 +78,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/wimax/Makefile.am b/plugins/wimax/Makefile.am
index de12cf3c39..025a04c3e5 100644
--- a/plugins/wimax/Makefile.am
+++ b/plugins/wimax/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index fe449cbfca..15c6bc3d99 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -80,9 +80,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check
diff --git a/plugins/wimaxmacphy/Makefile.am b/plugins/wimaxmacphy/Makefile.am
index 99579d994e..aeb3443a2a 100644
--- a/plugins/wimaxmacphy/Makefile.am
+++ b/plugins/wimaxmacphy/Makefile.am
@@ -77,9 +77,10 @@ LIBS =
# All subsequent arguments are the files to scan.
#
plugin.c: $(REGISTER_SRC_FILES) Makefile.common $(top_srcdir)/tools/make-dissector-reg.py
- echo Making plugin.c with python ; \
- $(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
- plugin $(REGISTER_SRC_FILES) ;
+ @echo Making plugin.c
+ @$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
+ plugin $(REGISTER_SRC_FILES)
+
#
# Currently plugin.c can be included in the distribution because
# we always build all protocol dissectors. We used to have to check