Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Use a "really" quiet mode in Makefile #769

Open
lcheylus opened this issue Feb 13, 2024 · 0 comments · May be fixed by #772
Open

[Build] Use a "really" quiet mode in Makefile #769

lcheylus opened this issue Feb 13, 2024 · 0 comments · May be fixed by #772
Assignees
Labels
bug Something isn't working

Comments

@lcheylus
Copy link
Contributor

lcheylus commented Feb 13, 2024

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:

  • no initial header with version / OS / arch
  • no display of build steps with colors
  • no display of build steps with % and time used
  • no display of total time to complete build
@lcheylus lcheylus added the bug Something isn't working label Feb 13, 2024
@lcheylus lcheylus changed the title [Build] Add a "really" quiet mode in Makefile [Build] Use a "really" quiet mode in Makefile Feb 13, 2024
lcheylus added a commit to lcheylus/btop that referenced this issue Feb 14, 2024
With QUIET=true, build with make is really quiet:
- no initial header with version / OS / arch
- no display of build steps with colors
- no display of build steps with % and time used
- no display of total time to complete build
- with VERBOSE=true, only logs from compiler

Fix aristocratos#769

Signed-off-by: Laurent Cheylus <foxy@free.fr>
@lcheylus lcheylus linked a pull request Feb 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants