From 95a1c52083ec4d3ba0727a0362422d8ac6192ba3 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 10 Feb 2016 10:21:08 +0000 Subject: regen_perly.pl: print command with -v when run verbose, print the bison command that is run --- regen_perly.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'regen_perly.pl') diff --git a/regen_perly.pl b/regen_perly.pl index 3b94093993..ce69936a43 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -335,6 +335,9 @@ sub make_type_tab { sub my_system { + if ($Verbose) { + print "executing: @_\n"; + } system(@_); if ($? == -1) { die "failed to execute command '@_': $!\n"; -- cgit v1.2.1