mirror of
https://github.com/mirror/make.git
synced 2025-01-14 06:10:12 +08:00
Avoid printing stdout and stderr messages without a newline between them.
job.c (child_out): Output the newline following the message before fllush-ing the stream. Avoids displaying the following failure message, which goes to stderr, on the same line.
This commit is contained in:
parent
f0529daced
commit
5367d393dd
@ -1,3 +1,9 @@
|
||||
2013-05-11 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* job.c (child_out): Output the newline following the message
|
||||
before fllush-ing the stream. Avoids displaying the following
|
||||
failure message, which goes to stderr, on the same line.
|
||||
|
||||
2013-05-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* gnumake.h (GMK_EXPORT) [_WIN32]: Move the dllexport declaration
|
||||
|
Loading…
Reference in New Issue
Block a user