[Webkit-unassigned] [Bug 159392] New: [Xcode] With default verbosity, make(1) output no longer hides environment variable listings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 3 21:24:53 PDT 2016


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

            Bug ID: 159392
           Summary: [Xcode] With default verbosity, make(1) output no
                    longer hides environment variable listings
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mitz at webkit.org
                CC: lforschler at apple.com

A long time ago, Makefile.shared was set up to filter out the environment variable listings preceding script build phase output by default by piping the output through "grep -v setenv". In version 6, Xcode switched from using “setenv” to using “export” for those listings, so the filtering stopped working. In Xcode 7, xcodebuild has a -hideShellScriptEnvironment option that suppresses the listings so they don’t need to be filtered out.

-- 
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/20160704/f012c8cd/attachment.html>


More information about the webkit-unassigned mailing list