You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYPE: bug fix
KEYWORDS: make, verbose
SOURCE: internal
DESCRIPTION OF CHANGES:
Problem:
The MYNN-EDMF checkout status check commands in the make build were
being output all the time regardless of status causing the `echo` error
line to be verbosely printed out along with the actual status.
Solution:
Suppress the verbose output of the subshell command using the make
command prefix `@`
TESTS CONDUCTED:
1. Recompilation with the change no longer produces unwanted output
0 commit comments