During build via GNU make (using Makefile), I'm using "Quiet" mode via QUIET=true (especially to integrate btop build in automatic packaging toolchain).
The "Quiet" build is not REALLY quiet:
initial header with version / OS / arch
display of build steps with colors
display of build steps with % and time used
total time to complete build
To Reproduce
Compilation of btop with QUIET=true VERBOSE=true make
Expected behavior
I would like to have a REALLY quiet mode for build/compilation:
During build via GNU
make
(usingMakefile
), I'm using "Quiet" mode viaQUIET=true
(especially to integrate btop build in automatic packaging toolchain).The "Quiet" build is not REALLY quiet:
To Reproduce
Compilation of
btop
withQUIET=true VERBOSE=true make
Expected behavior
I would like to have a REALLY quiet mode for build/compilation: