URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34d3afa3e482cd2c340a6f9ad107cbbeca4fc62d
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

34d3afa by Peter Wu (pe...@lekensteyn.nl):

    CMake: fix parallel build by not copying ws.css repeatedly
    
    A race condition exists with msbuild where building some targets
    (generate_{developer,user}-guide.xml, {developer,user}_guide_pdf) will
    result in parallel, repeated execution of the commands to copy 'ws.css'.
    Synchronize those executions using a single target to avoid this.
    
    Change-Id: Ie93d07e504bc18fa4e4e8aac5b611fba329ff188
    Reviewed-on: https://code.wireshark.org/review/30553
    Petri-Dish: Peter Wu <pe...@lekensteyn.nl>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  9b1daa3   ICMP: Add Extended Echo (Probe) RFC8335
     add  34d3afa   CMake: fix parallel build by not copying ws.css repeatedly


Summary of changes:
 docbook/CMakeLists.txt | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to