[Webkit-unassigned] [Bug 15668] New: build-webkit (and other build scripts) should hit setenv commands by default
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 24 12:18:13 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15668
Summary: build-webkit (and other build scripts) should hit setenv
commands by default
Product: WebKit
Version: 523.x+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: sam at webkit.org
build-webkit (and other build scripts) should hit setenv commands by default
*most* of the XCode build output is useless setenv commands (duplicated for
each call to gcc). build-webkit should grep out this setenv output in a
default "not quite so loud" mode. :)
I would do it, but I don't see a slick way of calling system and piping the
output through grep. I think the way we'll have to do it is two open2() calls
which pipe the output of xcodebuild to grep and the on to STDERR/STDOUT.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list