Title: [168133] tags/Safari-538.33/Source/WebKit
Revision
168133
Author
lforsch...@apple.com
Date
2014-05-01 16:53:32 -0700 (Thu, 01 May 2014)

Log Message

Rollout of r168058.  

Modified Paths

Diff

Modified: tags/Safari-538.33/Source/WebKit/ChangeLog (168132 => 168133)


--- tags/Safari-538.33/Source/WebKit/ChangeLog	2014-05-01 23:52:47 UTC (rev 168132)
+++ tags/Safari-538.33/Source/WebKit/ChangeLog	2014-05-01 23:53:32 UTC (rev 168133)
@@ -1,5 +1,9 @@
 2014-05-01  Lucas Forschler  <lforsch...@apple.com>
 
+    Rollout r168058
+
+2014-05-01  Lucas Forschler  <lforsch...@apple.com>
+
     Rollout r168061
 
 2014-05-01  Lucas Forschler  <lforsch...@apple.com>

Modified: tags/Safari-538.33/Source/WebKit/WebKit.xcodeproj/project.pbxproj (168132 => 168133)


--- tags/Safari-538.33/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2014-05-01 23:52:47 UTC (rev 168132)
+++ tags/Safari-538.33/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2014-05-01 23:53:32 UTC (rev 168133)
@@ -2115,7 +2115,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "if [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    if [[ ${PLATFORM_NAME} == \"macosx\" ]]; then\n        mkdir -p \"${TARGET_BUILD_DIR}/${PUBLIC_HEADERS_FOLDER_PATH}\"\n\n        # FIXME: This is only here to clear out some old cruft, it should be removed after some time.\n        rm \"${BUILT_PRODUCTS_DIR}/WebKitLegacy.framework/PrivateHeaders/\"WK*.h 2> /dev/null\n        rm \"${BUILT_PRODUCTS_DIR}/WebKitLegacy.framework/PrivateHeaders/\"_WK*.h 2> /dev/null\n    fi\n    mkdir -p \"${TARGET_BUILD_DIR}/${PRIVATE_HEADERS_FOLDER_PATH}\"\n    make -C mac/WebKitLegacy -f \"MigrateHeadersFromWebKitLegacy.make\" -j `/usr/sbin/sysctl -n hw.activecpu`\nfi\n";
+			shellScript = "if [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    if [[ ${PLATFORM_NAME} == \"macosx\" ]]; then\n        mkdir -p \"${TARGET_BUILD_DIR}/${PUBLIC_HEADERS_FOLDER_PATH}\"\n    fi\n    mkdir -p \"${TARGET_BUILD_DIR}/${PRIVATE_HEADERS_FOLDER_PATH}\"\n    make -C mac/WebKitLegacy -f \"MigrateHeadersFromWebKitLegacy.make\" -j `/usr/sbin/sysctl -n hw.activecpu`\nfi\n";
 		};
 		1ABDE1BB1909AC18005E2FA9 /* Update Info.plist with version information */ = {
 			isa = PBXShellScriptBuildPhase;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to