emacs-devel
[Top][All Lists]
Advanced

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

Re: `message' not outputting the newline "atomically"


From: Richard Copley
Subject: Re: `message' not outputting the newline "atomically"
Date: Mon, 8 Jul 2019 23:35:24 +0100



On Sun, 7 Jul 2019 at 15:52, Eli Zaretskii <address@hidden> wrote:
> Cc: address@hidden, address@hidden, address@hidden
> From: Paul Eggert <address@hidden>
> Date: Sat, 6 Jul 2019 18:16:03 -0700
 
As for "make -O", could it be that you were talking literally about
that, i.e. about "make -O=target"?  Because I meant "make -O=line",
which AFAIR slows down the build only slightly, and provides the
line-level separation that you want to see.  I think using that is a
good compromise.

"make -O=line" buffers all output from one line of the Makefile.
For typical targets with only one command, it's the same as "-O".


reply via email to

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