aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-05 05:22:24 +0000
committerJoão Valverde <j@v6e.pt>2016-02-11 19:21:22 +0000
commit436d01404a5ebfff2776547da32f1872e9573a56 (patch)
tree8584289a0b8fa70da27af2be4ce17fdbf1f98775 /epan/wslua
parent15862fd3266b38bb3cbb5deba639f0c2bf64671e (diff)
autotools: Add more silent build rules
Change-Id: I4abff8880d5b3ff439e6abc9cf3c2d17897501ea Reviewed-on: https://code.wireshark.org/review/13816 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am
index feb099890f..fca56d132f 100644
--- a/epan/wslua/Makefile.am
+++ b/epan/wslua/Makefile.am
@@ -118,7 +118,7 @@ taps_used = \
$(top_srcdir)/epan/dissectors/packet-ieee80211.h
taps_wslua.c: make-taps.pl $(srcdir)/taps $(taps_used)
- $(PERL) $(srcdir)/make-taps.pl $(srcdir)/taps taps_wslua.c taps.txt $(srcdir)
+ $(AM_V_PERL)$(PERL) $(srcdir)/make-taps.pl $(srcdir)/taps taps_wslua.c taps.txt $(srcdir)
taps.txt: taps_wslua.c
@@ -127,10 +127,10 @@ wslua.h: declare_wslua.h
register_wslua.c: declare_wslua.h
declare_wslua.h: make-reg.pl $(wslua_modules) taps_wslua.c
- $(PERL) $(srcdir)/make-reg.pl -d $(srcdir) $(wslua_modules)
+ $(AM_V_PERL)$(PERL) $(srcdir)/make-reg.pl -d $(srcdir) $(wslua_modules)
init.lua: template-init.lua make-init-lua.pl $(top_srcdir)/epan/ftypes/ftypes.h $(top_srcdir)/wiretap/wtap.h $(top_srcdir)/epan/proto.h $(top_srcdir)/epan/stat_groups.h
- $(PERL) $(srcdir)/make-init-lua.pl $(top_srcdir) $(srcdir)/template-init.lua > init.lua
+ $(AM_V_PERL)$(PERL) $(srcdir)/make-init-lua.pl $(top_srcdir) $(srcdir)/template-init.lua > init.lua
checkapi:
$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g termoutput -build \