bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another issue with -O?


From: Paul Smith
Subject: Re: Another issue with -O?
Date: Thu, 02 May 2013 13:46:40 -0400

On Thu, 2013-05-02 at 20:30 +0300, Eli Zaretskii wrote:
> With this simple Makefile:
> 
> all:
>         @echo foobar!
>         true

Yes this is a bug.  I thought of this while we were having our
discussion yesterday.  Unfortunately in all our tests we were using "@"
to silence make's output of the command line, so we didn't notice that
the command line make prints before it runs the command is not printed
using the child's output context, it's just printed directly to stdout.
This causes the mis-order you see.  I have a solution
partly-implemented.  I think the solution will actually make things a
little more clean.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]