URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e6c54017a7fbf4009454577a445530a7649f2c4f
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e6c5401 by Peter Wu (peter@xxxxxxxxxxxxx):
Fix out-of-tree "gen-authors" target
Change directory to the source tree before invoking `git shortlog`,
otherwise it fails on build directories outside the source tree.
Alexis suggested to move the git invocation to the perl script, this is
done now and also avoids writing AUTHORS.git in the source tree.
Change-Id: I5905ebf40d8d32a586c88671b52f28c542ca33ba
Reviewed-on: https://code.wireshark.org/review/14660
Reviewed-by: João Valverde <j@xxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 30900b4 Fix -Wused-but-marked-unused warning/error
adds e6c5401 Fix out-of-tree "gen-authors" target
Summary of changes:
CMakeLists.txt | 10 +++++-----
Makefile.am | 5 ++---
tools/generate_authors.pl | 6 +++---
3 files changed, 10 insertions(+), 11 deletions(-)