Sunday, May 20, 2012

Have "make" report all the commands run as it goes

export QUIET_MAKE=" "


Environment variable QUIET_MAKE will cause make print all the executed commands to STDOUT.
Set it to space: " ".

No comments:

Post a Comment