Title: [174378] trunk/Source/WebCore
Revision
174378
Author
[email protected]
Date
2014-10-06 18:16:47 -0700 (Mon, 06 Oct 2014)

Log Message

[Windows] Build fix for EWS bots.

* WebCore.vcxproj/WebCoreGenerated.make: Make sure we always regenerate WebCore derived sources.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174377 => 174378)


--- trunk/Source/WebCore/ChangeLog	2014-10-07 01:15:19 UTC (rev 174377)
+++ trunk/Source/WebCore/ChangeLog	2014-10-07 01:16:47 UTC (rev 174378)
@@ -1,3 +1,9 @@
+2014-10-06  Roger Fong  <[email protected]>
+
+        [Windows] Build fix for EWS bots.
+
+        * WebCore.vcxproj/WebCoreGenerated.make: Make sure we always regenerate WebCore derived sources.
+
 2014-10-06  Christophe Dumez  <[email protected]>
 
         Add is<>() / downcast<>() support for RenderObject subclasses

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (174377 => 174378)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2014-10-07 01:15:19 UTC (rev 174377)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2014-10-07 01:16:47 UTC (rev 174378)
@@ -1,14 +1,17 @@
 make:
-	if exist "%CONFIGURATIONBUILDDIR%\buildfailed" perl -wnle "if (/XXWebCoreGeneratedXX/) { print } else { exit 1 }" "%ConfigurationBuildDir%\buildfailed"
-	if errorlevel 1 exit 1
-	echo XXWebCoreGeneratedXX > "%ConfigurationBuildDir%\buildfailed"
+    if exist "%CONFIGURATIONBUILDDIR%\buildfailed" perl -wnle "if (/XXWebCoreGeneratedXX/) { print } else { exit 1 }" "%ConfigurationBuildDir%\buildfailed"
+    if errorlevel 1 exit 1
+    echo XXWebCoreGeneratedXX > "%ConfigurationBuildDir%\buildfailed"
 
-	perl build-generated-files.pl "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows "%PlatformArchitecture%"
-	perl migrate-scripts.pl "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
-	cmd /C copyForwardingHeaders.cmd cg cf
-	cmd /C copyWebCoreResourceFiles.cmd
-	
+    if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
+    if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+
+    perl build-generated-files.pl "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows "%PlatformArchitecture%"
+    perl migrate-scripts.pl "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+    cmd /C copyForwardingHeaders.cmd cg cf
+    cmd /C copyWebCoreResourceFiles.cmd
+    
 clean:
-	if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
-	if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
-	if exist "%ConfigurationBuildDir%\buildfailed" del "%ConfigurationBuildDir%\buildfailed"
+    if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
+    if exist "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts" del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+    if exist "%ConfigurationBuildDir%\buildfailed" del "%ConfigurationBuildDir%\buildfailed"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to