Title: [164650] branches/safari-537.60-branch/Source/WTF
Revision
164650
Author
[email protected]
Date
2014-02-25 09:15:18 -0800 (Tue, 25 Feb 2014)

Log Message

Merge r152973

    2013-07-22  Brent Fulgham  <[email protected]>

    [Windows] Unreviewed build fix. 

    * WTF.vcxproj/WTFGenerated.make: Stop triggering a "Build All" when things have not changed.

Modified Paths

Diff

Modified: branches/safari-537.60-branch/Source/WTF/ChangeLog (164649 => 164650)


--- branches/safari-537.60-branch/Source/WTF/ChangeLog	2014-02-25 16:10:08 UTC (rev 164649)
+++ branches/safari-537.60-branch/Source/WTF/ChangeLog	2014-02-25 17:15:18 UTC (rev 164650)
@@ -1,3 +1,13 @@
+2014-02-25  Brent Fulgham  <[email protected]>
+
+        Merge r152973
+
+    2013-07-22  Brent Fulgham  <[email protected]>
+
+            [Windows] Unreviewed build fix. 
+
+            * WTF.vcxproj/WTFGenerated.make: Stop triggering a "Build All" when things have not changed.
+
 2013-11-04  Lucas Forschler  <[email protected]>
 
         Merge r158602

Modified: branches/safari-537.60-branch/Source/WTF/WTF.vcxproj/WTFGenerated.make (164649 => 164650)


--- branches/safari-537.60-branch/Source/WTF/WTF.vcxproj/WTFGenerated.make	2014-02-25 16:10:08 UTC (rev 164649)
+++ branches/safari-537.60-branch/Source/WTF/WTF.vcxproj/WTFGenerated.make	2014-02-25 17:15:18 UTC (rev 164650)
@@ -17,6 +17,9 @@
 WTFHeaderDetection.h: WTFGenerated.make
     -mkdir "%ConfigurationBuildDir%\include\private\wtf
     <<testOSXLevel.cmd
+IF EXIST "%ConfigurationBuildDir%\include\private\wtf\$@" GOTO DONE
 echo /* No Legible Output Support Found */  > "%ConfigurationBuildDir%\include\private\wtf\$@"
 IF EXIST "$(WEBKIT_LIBRARIES)/include/AVFoundationCF/AVCFPlayerItemLegibleOutput.h" (echo #define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1090 > "%ConfigurationBuildDir%\include\private\wtf\$@")
+:DONE
 <<
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to