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

Stop throwing away make stderr output #1055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

berrange
Copy link

@berrange berrange commented Oct 1, 2024

Calling '$(MAKE)' against a sub-directory, while redirecting the stderr output to /dev/null makes it impossible to debug build failures, as it hides all compiler error messages. Stop sending output to /dev/null, so users can figure out what's wrong when a new compiler release fails to build SGX.

Calling '$(MAKE)' against a sub-directory, while redirecting the
stderr output to /dev/null makes it impossible to debug build
failures, as it hides all compiler error messages. Stop sending
output to /dev/null, so users can figure out what's wrong when
a new compiler release fails to build SGX.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
@haitaohuang haitaohuang requested a review from llly October 30, 2024 23:27
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

Successfully merging this pull request may close these issues.

2 participants