Sun Studio 12: Distributed Make (dmake)

DMAKE_OUTPUT_MODE

Defines the format of the log file. May contain one of the following keywords:


host1 --> 1 job
echo "Done host1"
host2 --> 1 job
echo
"Done host2"
host1 --> Job output
echo "Done host1"
Done host1
host2 --> Job output
echo "Done host2"
Done host2

This is the dmake default.


echo "Done host1"
Done host1
echo "Done host2"
Done host2