On 24 April 2007 15:23, Aaron Shatters wrote:
> With cmd.exe as my shell, what is the suggested method of echoing a blank > line to the screen? > > 2 - using "echo. 2>&1" which tricks make into thinking > this should be handled by the shell? Bingo. The problem is that make doesn't take the slow path when it should; using redirection guarantees the slow path; voila, problem solved in a reliable fashion for minimal effort. cheers, DaveK -- Can't think of a witty .sigline today.... _______________________________________________ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32