Fix parallel builds in WebKit

The parallel builds aborts because parallel execution of flex breaks
due to the usage of the same temporary file names. This stems from
using a hard coded temp file name "~flex_temp_out_main" and
"random numbers" based on constants in mkstempFILE.

Fixing those issues by embedding the current PID into the temp file
names. Patch is in gnuwin32/patches/win_flex.patch

Change-Id: I6c0cd499b3c9c35128280ec0fee5e450a9ca097f
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Joerg Bornemann
2012-11-22 14:10:43 +01:00
committed by The Qt Project
parent 471842d8f4
commit 9eefa9fb9a
2 changed files with 47 additions and 0 deletions

Binary file not shown.