[bug #56914] Most output missing when building with --output-sync

2019-09-17 Thread Paul D. Smith
Follow-up Comment #1, bug #56914 (project make): There's not nearly enough information here to do anything with this issue. Which output-sync mode did you choose? What operating system are you building on? Is this behavior consistent? I use --output-sync=target all day every day (I have it set

[bug #56914] Most output missing when building with --output-sync

2019-09-17 Thread anonymous
URL: Summary: Most output missing when building with --output-sync Project: make Submitted by: None Submitted on: Tue 17 Sep 2019 02:34:11 PM UTC Severity: 3 - Normal It

Re: GNU make 4.2.91 release candidate available

2019-09-17 Thread Eli Zaretskii
> From: Paul Smith > Date: Mon, 16 Sep 2019 08:43:47 -0400 > > A new release candidate for GNU make 4.3 is available now for download: > > 7f4b83d3cab5fcf94784f08eb055c1e8 make-4.2.91.tar.bz2 > aeac9b47022df1c3c25c94a0190b643e make-4.2.91.tar.gz The MinGW port builds cleanly and passe

Re: [PATCH] Add the --nice argument to make

2019-09-17 Thread Andreas Schwab
On Sep 16 2019, Palmer Dabbelt wrote: > @@ -1483,6 +1494,15 @@ main (int argc, char **argv, char **envp) >arg_job_slots = env_slots; >} > > + /* Nice ourselves, if requested. */ > + if (arg_nice) > +{ > +#ifdef HAVE_UNISTD_H > + if (nice(0) == nice(arg_nice)) It is unspe

Re: GNU make 4.2.91 release candidate available

2019-09-17 Thread Dagobert Michelsen
Hi Paul, Am 16.09.2019 um 14:43 schrieb Paul Smith : > Signierter PGP-Teil > >GNU make is a tool which controls the generation of executables and >other non-source files of a program from the program's source files. >