Is there a way to have make echo commands that are manually suppressed with @ in the makefile? I can't find this in the help or man page, it just says "--quiet" to do the opposite.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
The most obvious idea is to change the shell that runs the commands, e.g.
|
|||||||||||
|
|
I run into this question from time to time using cmake because it hides the command. You can use "make VERBOSE=true" to get them to print out. |
|||
|
|