<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - JSC generator scripts shouldn't have verbose output"
   href="https://bugs.webkit.org/show_bug.cgi?id=152382">152382</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>JSC generator scripts shouldn't have verbose output
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ossy&#64;webkit.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Almost all commands of build-webkit don't have any output. These scripts 
are quite stable, I don't think if it is useful to have verbose outputs.

output of build-jsc now: (EFL with ninja)
------------------------------------------
various configure options

[ snip ]

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ossy/WebKit/WebKitBuild/Release
[108/915] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm
Generating /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/Bytecodes.h and /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/InitBytecodes.asm from /home/ossy/WebKit/Source/JavaScriptCore/bytecode/BytecodeList.json

[109/915] Generating ../../DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
offlineasm: Parsing /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and creating offset extractor /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h.
offlineasm: Including file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore//InitBytecodes.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
offlineasm: offset extractor /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.
[152/915] Generating ../../DerivedSources/JavaScriptCore/AirOpcode.h, ../../DerivedSources/JavaScriptCore/AirOpcodeGenerated.h
Generating code for /home/ossy/WebKit/Source/JavaScriptCore/b3/air/AirOpcode.opcodes.
[152/915] Generating ../../DerivedSources/JavaScriptCore/LLIntAssembly.h
offlineasm: Parsing /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and /home/ossy/WebKit/WebKitBuild/Release/bin/LLIntOffsetsExtractor and creating assembly file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntAssembly.h.
offlineasm: Including file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore//InitBytecodes.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
offlineasm: Assembly file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntAssembly.h successfully generated.
[915/915] Linking CXX executable bin/jsc

====================================================================
 JavaScriptCore is now built (03m:14s). 
====================================================================


output after the proposed fix:
-------------------------------
...

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ossy/WebKit/WebKitBuild/Release
[915/915] Linking CXX executable bin/jsc

====================================================================
 JavaScriptCore is now built (03m:07s). 
====================================================================</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>