Title: [171019] trunk/Source/WebCore
- Revision
- 171019
- Author
- [email protected]
- Date
- 2014-07-11 20:54:05 -0700 (Fri, 11 Jul 2014)
Log Message
[WinCairo] Unreviewed build fix after r170937.
* WebCore.vcxproj/WebCoreGeneratedWinCairo.make:
Update and apply changes applied to WebCoreGenerated.make in r170937.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (171018 => 171019)
--- trunk/Source/WebCore/ChangeLog 2014-07-12 01:49:11 UTC (rev 171018)
+++ trunk/Source/WebCore/ChangeLog 2014-07-12 03:54:05 UTC (rev 171019)
@@ -1,3 +1,10 @@
+2014-07-11 Alex Christensen <[email protected]>
+
+ [WinCairo] Unreviewed build fix after r170937.
+
+ * WebCore.vcxproj/WebCoreGeneratedWinCairo.make:
+ Update and apply changes applied to WebCoreGenerated.make in r170937.
+
2014-07-11 Joseph Pecoraro <[email protected]>
Web Inspector: Crash when using a stale InspectableNode Node
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make (171018 => 171019)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make 2014-07-12 01:49:11 UTC (rev 171018)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGeneratedWinCairo.make 2014-07-12 03:54:05 UTC (rev 171019)
@@ -1,14 +1,14 @@
make:
- if exist "%ConfigurationBuildDir%\buildfailed" grep 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"
- bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" cairo "%PlatformArchitecture%"
- bash migrate-scripts.sh "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+ perl build-generated-files.pl "%ConfigurationBuildDir%" "%WebKit_Libraries%" cairo "%PlatformArchitecture%"
+ perl migrate-scripts.pl "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
cmd /C copyForwardingHeaders.cmd cairo curl
cmd /C copyWebCoreResourceFiles.cmd
clean:
- del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources"
- del /s /q "%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts"
+ 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