Menu

#5568 Make build output terse by default

Fixed
Dan Eble
Build
2019-10-11
2019-10-04
Dan Eble
No

The goal is to show progress without burying warnings and errors in
the noise of long commands.

Options VERBOSE=1 and SILENT=1 make the output more like the usual
"make" and "make -s" (respectively).

The verbosity level affects the options that are passed to some
commands, but there is room for improvement in this area.

http://codereview.appspot.com/557080043

Discussion

  • Anonymous

    Anonymous - 2019-10-06
    • Description has changed:

    Diff:

    
    
    • Needs: -->
    • Patch: new --> review
    • Type: --> Enhancement
     
  • Anonymous

    Anonymous - 2019-10-06

    Passes make, make check and a full make doc.

    Can I just check though ... after applying this patch I just ran the usual make clean/make check/make doc (with some -j and CPU_COUNT options) but without any '-S' option and yet I still got the very terse output. I am reading the description as:

    make (without -s) should be verbose

    Is that incorrect?

     
    • Dan Eble

      Dan Eble - 2019-10-06

      make VERBOSE=1 CPU_COUNT=x -jx ...

       
  • Simon Albrecht

    Simon Albrecht - 2019-10-06
    • summary: Issue XXXX: make build output terse by default --> Make build output terse by default
     
  • Anonymous

    Anonymous - 2019-10-08
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2019-10-08

    Patch on countdown for 10th October

     
  • Anonymous

    Anonymous - 2019-10-11
    • Patch: countdown --> push
     
  • Anonymous

    Anonymous - 2019-10-11

    Patch counted down - please push.

     
  • Dan Eble

    Dan Eble - 2019-10-11
    • labels: --> Fixed_2_21_0
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,3 @@
    -Issue XXXX: make build output terse by default
    -
     The goal is to show progress without burying warnings and errors in
     the noise of long commands.
    
    • status: Started --> Fixed
    • Patch: push -->
    • Type: Enhancement --> Build
     
  • Dan Eble

    Dan Eble - 2019-10-11

    commit b7532cf6e6d99a22ee1e7de5a183aa8e7b3fe0f1 (HEAD -> pushed/issue-5568-build-verbosity, origin/staging)
    Author: Dan Eble nine.fierce.ballads@gmail.com
    Date: Fri Oct 4 17:38:30 2019 -0400