Bug 130485 - filter-build-webkit: reduce unfiltered output
Summary: filter-build-webkit: reduce unfiltered output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 16:26 PDT by Joseph Pecoraro
Modified: 2014-03-24 10:22 PDT (History)
3 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.95 KB, patch)
2014-03-19 16:27 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (3.79 KB, patch)
2014-03-19 18:40 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-03-19 16:26:18 PDT
shell> make debug | filter-build-webkit
    === BUILD AGGREGATE TARGET Copy WTF Headers OF PROJECT WTF WITH CONFIGURATION Debug ===
    Check dependencies
>   Write auxiliary files
>   write-file /Volumes/Data/Build/WTF.build/Debug/Copy\ WTF\ Headers.build/Script-65AFA1701630B977003D723C.sh
>   chmod 0755 /Volumes/Data/Build/WTF.build/Debug/Copy\ WTF\ Headers.build/Script-65AFA1701630B977003D723C.sh
    PhaseScriptExecution Copy WTF Headers
    === BUILD TARGET WTF OF PROJECT WTF WITH CONFIGURATION Debug ===
    Check dependencies
>   Write auxiliary files
>   write-file /Volumes/Data/Build/WTF.build/Debug/WTF.build/WTF-all-target-headers.hmap
>   write-file /Volumes/Data/Build/WTF.build/Debug/WTF.build/Objects-normal/x86_64/WTF.LinkFileList
>   write-file /Volumes/Data/Build/WTF.build/Debug/WTF.build/WTF.hmap
>   write-file /Volumes/Data/Build/WTF.build/Debug/WTF.build/WTF-own-target-headers.hmap
>   write-file /Volumes/Data/Build/WTF.build/Debug/WTF.build/WTF-project-headers.hmap
    CompileC Assertions.o
    CompileC AtomicString.o
    CompileC AtomicStringTable.o
    ...
Comment 1 Joseph Pecoraro 2014-03-19 16:27:48 PDT
Created attachment 227231 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-03-19 16:32:05 PDT
Comment on attachment 227231 [details]
[PATCH] Proposed Fix

I'll have more changes to add to this. Wait for a new patch.
Comment 3 Joseph Pecoraro 2014-03-19 16:32:38 PDT
Some more from JavaScriptCore:

    shell> make debug | filter-build-webkit
    === BUILD AGGREGATE TARGET Derived Sources OF PROJECT JavaScriptCore WITH CONFIGURATION Debug ===
    Check dependencies
    PhaseScriptExecution Generate Derived Sources
    python itab.py optable.xml
>   Generating InitBytecodes.asm from JavaScriptCore/bytecode/BytecodeList.json
>   Generating Bytecodes.h from JavaScriptCore/bytecode/BytecodeList.json
>   Generating bindings for the Array.prototype builtin.
>   Generating bindings for the Function.prototype builtin.
>   Generating bindings for the Promise.prototype builtin.
    PhaseScriptExecution Generate DTrace header
    ...
    === BUILD TARGET JavaScriptCore OF PROJECT JavaScriptCore WITH CONFIGURATION Debug ===
    Check dependencies
    Write auxiliary files
    Create product structure
    mkdir A
    mkdir Headers
    mkdir PrivateHeaders
    mkdir Resources
>   /bin/ln -s A /Volumes/Data/Build/Debug/JavaScriptCore.framework/Versions/Current
>   /bin/ln -s Versions/Current/Resources /Volumes/Data/Build/Debug/JavaScriptCore.framework/Resources
>   /bin/ln -s Versions/Current/Headers /Volumes/Data/Build/Debug/JavaScriptCore.framework/Headers
>   /bin/ln -s Versions/Current/PrivateHeaders /Volumes/Data/Build/Debug/JavaScriptCore.framework/PrivateHeaders
>   /bin/ln -s Versions/Current/JavaScriptCore /Volumes/Data/Build/Debug/JavaScriptCore.framework/JavaScriptCore
    ProcessInfoPlistFile Info.plist
    CpResource framework.sb
    CpHeader A64DOpcode
    CpHeader AbstractMacroAssembler
    CpHeader AbstractPC
    CpHeader APICast
    CpHeader ArgList
    ...
Comment 4 Joseph Pecoraro 2014-03-19 18:40:47 PDT
Created attachment 227241 [details]
[PATCH] Proposed Fix

Address a few more tiny things.
Comment 5 Brent Fulgham 2014-03-24 10:16:57 PDT
Comment on attachment 227241 [details]
[PATCH] Proposed Fix

r=me
Comment 6 WebKit Commit Bot 2014-03-24 10:22:16 PDT
Comment on attachment 227241 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 227241

Committed r166177: <http://trac.webkit.org/changeset/166177>
Comment 7 WebKit Commit Bot 2014-03-24 10:22:18 PDT
All reviewed patches have been landed.  Closing bug.