Wireshark-commits: [Wireshark-commits] master e6c5401: Fix out-of-tree "gen-authors" target
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Mar 2016 22:14:12 +0000 (UTC)
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(-)