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

Option to echo the commands invoked by the Makefiles. #378

Open
dvraaij opened this issue Jul 18, 2024 · 1 comment
Open

Option to echo the commands invoked by the Makefiles. #378

dvraaij opened this issue Jul 18, 2024 · 1 comment

Comments

@dvraaij
Copy link

dvraaij commented Jul 18, 2024

Commands invoked in the Makefiles are never echoed:

$ find -type f -name "Makefile" | xargs grep "SILENT"
./ssl/Makefile:.SILENT:
./include/Makefile:.SILENT:
./regtests/Makefile:.SILENT:
./gps/Makefile:.SILENT:
./Makefile:.SILENT:
./src/Makefile:.SILENT:
./config/Makefile:.SILENT:

Would be nice if this was optional by using (for example)

ifndef VERBOSE
.SILENT:
endif

or (see here)

$(V).SILENT:
@Rombobeorn
Copy link

Yes please. As packagers we want detailed build logs to be able to see what happened when a build fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants