Skip to content

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é <[email protected]>
@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