Lee Killough wrote:
The problem appears to be caused by the complicated command I have, which concatenates the output of the recursive make into a logfile while also printing it on the terminal.
Why do you need to redirect the sub-makes, instead of redirecting the top-level make ? That way all the output of the sub-makes will go into one file.
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
