Title: [195647] trunk/Source/WebKit2
Revision
195647
Author
[email protected]
Date
2016-01-26 18:16:57 -0800 (Tue, 26 Jan 2016)

Log Message

Remove -d flag from make invocation.

* WebKit2.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (195646 => 195647)


--- trunk/Source/WebKit2/ChangeLog	2016-01-27 01:53:18 UTC (rev 195646)
+++ trunk/Source/WebKit2/ChangeLog	2016-01-27 02:16:57 UTC (rev 195647)
@@ -1,3 +1,9 @@
+2016-01-26  Anders Carlsson  <[email protected]>
+
+        Remove -d flag from make invocation.
+
+        * WebKit2.xcodeproj/project.pbxproj:
+
 2016-01-26  Joseph Pecoraro  <[email protected]>
 
         Generalize ResourceUsageData gathering to be used outside of ResourceUsageOverlay

Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (195646 => 195647)


--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2016-01-27 01:53:18 UTC (rev 195646)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj	2016-01-27 02:16:57 UTC (rev 195647)
@@ -9266,7 +9266,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\ncd \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\n\nexport WebKit2=\"${SRCROOT}\"\n\nif [ ! $CC ]; then\n    export CC=\"`xcrun -find clang`\"\nfi\n\nMAKEFILE_INCLUDE_FLAGS=$(echo \"${WEBKITADDITIONS_HEADER_SEARCH_PATHS}\" | perl -e 'print \"-I\" . join(\" -I\", split(\" \", <>));')\n\nif [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    make --no-builtin-rules ${MAKEFILE_INCLUDE_FLAGS} -d -f \"${WebKit2}/DerivedSources.make\" -j `/usr/sbin/sysctl -n hw.activecpu` SDKROOT=${SDKROOT}\nfi\n";
+			shellScript = "mkdir -p \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\ncd \"${BUILT_PRODUCTS_DIR}/DerivedSources/WebKit2\"\n\nexport WebKit2=\"${SRCROOT}\"\n\nif [ ! $CC ]; then\n    export CC=\"`xcrun -find clang`\"\nfi\n\nMAKEFILE_INCLUDE_FLAGS=$(echo \"${WEBKITADDITIONS_HEADER_SEARCH_PATHS}\" | perl -e 'print \"-I\" . join(\" -I\", split(\" \", <>));')\n\nif [ \"${ACTION}\" = \"build\" -o \"${ACTION}\" = \"install\" -o \"${ACTION}\" = \"installhdrs\" ]; then\n    make --no-builtin-rules ${MAKEFILE_INCLUDE_FLAGS} -f \"${WebKit2}/DerivedSources.make\" -j `/usr/sbin/sysctl -n hw.activecpu` SDKROOT=${SDKROOT}\nfi\n";
 		};
 /* End PBXShellScriptBuildPhase section */
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to