How to get colored output in make
I noticed that the make command in Fedora 20 now does color highlighted output. The make version is 3.82.
Does this work in 3.81 as well? This is the version for CentOS 6.
If so, how is it configured?
Make does not colour output. It is either the programs that generate the Makefiles that add colours around the commands or the programs that Make is running that add colours.