On Sun, 2011-05-15 at 10:31 +0300, Avishay Orpaz wrote: > Is there a way to get every task executed logged to a file of its own > (without modifying each task individually)?
Make doesn't do any logging on its own. If you turn on debugging then it will print (to stdout) debug information that includes what commands are invoked. -- ------------------------------------------------------------------------------- Paul D. Smith <[email protected]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
