Skip to content
Snippets Groups Projects
Commit 453565af authored by Loïc Correnson's avatar Loïc Correnson Committed by Andre Maroneze
Browse files

[make] avoid differences between macOS and Linux due to usage of 'echo -n'

On macOS, when running via Makefile, '-n' is not seen as an 'echo' option and
gets printed in the output. With 'echo <msg>\c', it works on macOS, but not on
Linux, which requires '-e' to interpret escape characters.
'printf' avoids the issue since it does not include a terminating newline by
default.
parent 6ef7f48b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment