JavaScriptCore:
Reviewed by Adam.
- http://bugs.webkit.org/show_bug.cgi?id=11376
build scripts should invoke make with "-j" option for multiple processors
* JavaScriptCore.xcodeproj/project.pbxproj: Pass -j `sysctl -n hw.ncpu` to make.
WebCore:
Reviewed by Adam.
- http://bugs.webkit.org/show_bug.cgi?id=11376
build scripts should invoke make with "-j" option for multiple processors
* WebCore.xcodeproj/project.pbxproj: Pass -j `sysctl -n hw.ncpu` to make.
WebKit:
Reviewed by Adam.
- http://bugs.webkit.org/show_bug.cgi?id=11376
build scripts should invoke make with "-j" option for multiple processors
* WebKit.xcodeproj/project.pbxproj: Pass -j `sysctl -n hw.ncpu` to make.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17198
268f45cc-cd09-0410-ab3c-
d52691b4dbfc