From 9eefa9fb9a5424d56f8fcf35b45ee99e20dc87f2 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 22 Nov 2012 14:10:43 +0100 Subject: 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 --- gnuwin32/bin/win_flex.exe | Bin 528384 -> 547328 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gnuwin32/bin') diff --git a/gnuwin32/bin/win_flex.exe b/gnuwin32/bin/win_flex.exe index 39ef9a60..bdad3117 100644 Binary files a/gnuwin32/bin/win_flex.exe and b/gnuwin32/bin/win_flex.exe differ -- cgit v1.2.3