On Wed, 18 Dec 2013 10:11:22 CST Blake McBride <bl...@mcbride.name> wrote:
> >
> > Somehow Unix or GNU "make" doesn't mix up buffered stdout with unbuffered
> > stderr output.  They remain in order so the total out of make and all of
> > the commands are shown in order and in context.  You know, so a human can
> > understand it.  mk appears not to handle this the same.  stdout output
> > and stderr output are totally out of sequence making it very, very
> > difficult to understand what is going on.
> >
> >
> mk should flush stdout after completion each command.

Just as plan9 is not unix, mk is not make. Rather than expect
it to behave like make, it pays to understand how mk works,
may be by experimenting with little mkfiles.

Reply via email to