mach is the top level of the firefox build system. It calls configure, make and whatever else.It should be possible to give mach a dry-run option (just like make accepts -n) whereby it tells what it would do in a normal run. It should then be ok to r...