[Webkit-unassigned] [Bug 214535] New: JSC build scripts should be quiet by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 07:27:10 PDT 2020


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

            Bug ID: 214535
           Summary: JSC build scripts should be quiet by default
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org

Some of our build scripts have started printing "Nothing changed" on successful operation. For example:

[354/2150] Generating ../../DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
OffsetExtractor: Nothing changed.
[481/2150] Generating ../../DerivedSources/JavaScriptCore/LLIntAssembly.h
Offlineasm: Nothing changed.

The build logs are nicer if, between 'cmake' and 'cmake install', we only print stuff when there is an actual problem that needs to be investigated. We achieved this long ago (bug #152382) and only a couple changes are needed to get there again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200719/ba43217d/attachment.htm>


More information about the webkit-unassigned mailing list