Title: [174523] trunk/Source/WebCore
Revision
174523
Author
bfulg...@apple.com
Date
2014-10-09 13:51:55 -0700 (Thu, 09 Oct 2014)

Log Message

[Win] Unreviewed build fix: Revert r174378

Roll back this change, as it didn't fix the EWS builders, and has only
served to make Windows builds take forever.

* WebCore.vcxproj/WebCoreGenerated.make: Don't delete all generated content
every time we build.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (174522 => 174523)


--- trunk/Source/WebCore/ChangeLog	2014-10-09 20:20:38 UTC (rev 174522)
+++ trunk/Source/WebCore/ChangeLog	2014-10-09 20:51:55 UTC (rev 174523)
@@ -1,3 +1,13 @@
+2014-10-09  Brent Fulgham  <bfulg...@apple.com>
+
+        [Win] Unreviewed build fix: Revert r174378
+
+        Roll back this change, as it didn't fix the EWS builders, and has only
+        served to make Windows builds take forever.
+
+        * WebCore.vcxproj/WebCoreGenerated.make: Don't delete all generated content
+        every time we build.
+
 2014-10-09  Chris Dumez  <cdu...@apple.com>
 
         Unreviewed GTK build fix after r174504.

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (174522 => 174523)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2014-10-09 20:20:38 UTC (rev 174522)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make	2014-10-09 20:51:55 UTC (rev 174523)
@@ -3,9 +3,6 @@
     if errorlevel 1 exit 1
     echo XXWebCoreGeneratedXX > "%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"
-
     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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to