Closed omajid closed 11 years ago
It's nice to have one single way to control output verbosity instead of having to override every single command to get details about the build.
make all will continue to produce clean/small output make QUIETLY="" all will show all the commands being run
make all
make QUIETLY="" all
I needed this in order to debug a build failure on my platform; there was no other simple way of showing all the commands.
It's nice to have one single way to control output verbosity instead of having to override every single command to get details about the build.
make all
will continue to produce clean/small outputmake QUIETLY="" all
will show all the commands being runI needed this in order to debug a build failure on my platform; there was no other simple way of showing all the commands.