Wireshark-commits: [Wireshark-commits] master 34d3afa: CMake: fix parallel build by not copying ws.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=34d3afa3e482cd2c340a6f9ad107cbbeca4fc62d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
34d3afa by Peter Wu (peter@xxxxxxxxxxxxx):
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 <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
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(-)