ChorusOS 5.0 Source Delivery Guide

Verbose Mode Builds

To make all component builds in a build directory generate more messages, define a null macro, SILENT=, in the Paths file.


host% grep -i SILENT Paths
host% echo 'SILENT=' >> Paths
host% grep -i SILENT Paths
SILENT=
hosthost% make 

Once you have defined the null macro, SILENT=, builds generate status messages for every action taken.