Wireshark-commits: [Wireshark-commits] master 3f247a5: Be less aggressive about rebuilding sminmpec

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 May 2014 09:03:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3f247a5cee61d8f2139ade94cd9840b100337b05
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3f247a5 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Be less aggressive about rebuilding sminmpec.c.
    
    Instead of forcing developers to generate sminmpec.c (which will have
    different results depending on the presence or absence of a working
    Internet connection) add sminmpec.c back to the repository. I'll add
    it to the weekly update-numbers script so that it will be updated at
    the same time as manuf, services, enterprise-numbers, and usb.c.
    
    Change the Autotools, CMake, and Nmake sminmpec.c target name to
    "update-sminmpec".
    
    Remove the mtime check from make-sminmpec.pl. Update enterprise-numbers
    and sminmpec.c while we're here.
    
    Tested with an in-tree Autotools build and an out-of-tree CMake build.
    
    Change-Id: Iecc332ce2731e3e98ab0205a56c78807e599a026
    Reviewed-on: https://code.wireshark.org/review/1516
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  e5cfd9e   Squelch compiler warnings.
    adds  3f247a5   Be less aggressive about rebuilding sminmpec.c.


Summary of changes:
 .gitignore              |    1 -
 epan/CMakeLists.txt     |    7 +-
 epan/Makefile.am        |    7 +-
 epan/Makefile.nmake     |    6 +-
 epan/enterprise-numbers |  244 +-
 epan/sminmpec.c         |43707 +++++++++++++++++++++++++++++++++++++++++++++++
 tools/make-sminmpec.pl  |   18 +-
 tools/make-usb.py       |    5 +
 8 files changed, 43952 insertions(+), 43 deletions(-)
 create mode 100644 epan/sminmpec.c