Changeset 150148 in webkit
- Timestamp:
- May 15, 2013, 2:25:59 PM (13 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
JavaScriptCore.xcodeproj/project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r150146 r150148 1 2013-05-15 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, rolling out r150051. 4 http://trac.webkit.org/changeset/150051 5 https://bugs.webkit.org/show_bug.cgi?id=116186 6 7 Broke all JSC tests on Mac and the author is unresponsive 8 (Requested by rniwa on #webkit). 9 10 * JavaScriptCore.xcodeproj/project.pbxproj: 11 1 12 2013-05-15 Julien Brianceau <jbrianceau@nds.com> 2 13 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r150051 r150148 3708 3708 runOnlyForDeploymentPostprocessing = 0; 3709 3709 shellPath = /bin/sh; 3710 shellScript = "# Skip for Production builds.\nif [[ ${CONFIGURATION:=Debug} == \"Production\" ]]; then\n exit\nfi\n\n# Update the jsc binary to refer to JavaScriptcore.framework relative to its location, then copy it\ninstall_name_tool -change \"${SYSTEM_LIBRARY_DIR}/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore\" \"@loader_path/../JavaScriptCore\" \"${BUILT_PRODUCTS_DIR}/jsc\"\nditto \"${BUILT_PRODUCTS_DIR}/jsc\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"";3710 shellScript = "# Skip for Production builds.\nif [[ ${CONFIGURATION:=Debug} == \"Production\" ]]; then\n exit\nfi\n\n# Copy and update the jsc binary to refer to JavaScriptcore.framework relative to its location.\nditto \"${BUILT_PRODUCTS_DIR}/jsc\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"\ninstall_name_tool -change \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Versions/A/JavaScriptCore\" \"@loader_path/../JavaScriptCore\" \"${BUILT_PRODUCTS_DIR}/JavaScriptCore.framework/Resources/jsc\"\n"; 3711 3711 }; 3712 3712 5DAFD6CD146B6B6E00FBEFB4 /* Install Support Script */ = {
Note:
See TracChangeset
for help on using the changeset viewer.