[Webkit-unassigned] [Bug 152959] [webkitdirs] Use CMake to determine architecture on isCMakeBuild()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 13:17:35 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152959

--- Comment #11 from Brent Fulgham <bfulgham at webkit.org> ---
(In reply to comment #9)
> Comment on attachment 268655 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=268655&action=review
> 
> >> Tools/Scripts/webkitdirs.pm:342
> >>          $host_processor = `cmake --system-information | grep CMAKE_SYSTEM_PROCESSOR`;
> > 
> > We must not be running this on Windows.  I don't think we require grep to be installed.  If this doesn't break anything, then I guess it can stay, but I don't think this was a beneficial change.
> 
> If you want, I can fix it to avoid grep invocation, with pure perl.

Yes -- we must be running this and just not noticing the failure. Or, Cygwin 'grep' is getting used. We'd like to move off of Cygwin in the future, so making this a pure Perl implementation would be much better.

Could you do that as a separate bug, though?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160111/8f0d2191/attachment.html>


More information about the webkit-unassigned mailing list