[bug #62223] Release new version of make? 4.3.1?

2022-09-04 Thread Sam James
Follow-up Comment #1, bug #62223 (project make): This is now in the works, it seems: https://lists.gnu.org/archive/html/bug-make/2022-09/msg3.html. ___ Reply to this item at: _

Re: Warnings when running "bootstrap"

2022-09-04 Thread Paul Smith
On Mon, 2022-09-05 at 00:16 +, Bjarni Ingi Gislason via Bug reports and discussion for GNU make wrote: >   The compilation failed because I had an unclean git repository. > >   My compilation creates a lot of warnings, which could be reduced if > the header files were fixed > >     131 [-Wall

Re: Warnings when running "bootstrap"

2022-09-04 Thread Bjarni Ingi Gislason via Bug reports and discussion for GNU make
The compilation failed because I had an unclean git repository. My compilation creates a lot of warnings, which could be reduced if the header files were fixed 131 [-Walloca] 7 [-Wformat=] 5 [-Wformat-nonliteral] 3 [-Wimplicit-fallthrough=] 2 [-Wmaybe-uninitialized

Re: New release of GNU make

2022-09-04 Thread Martin Dorey
> I just use `git clean -fdx` Force, recurse into untracked directories and ignore gitignore so that build products are deleted. Just the ticket, thanks. README.git mentions "clean" and "distclean" but not this handy trick.

[bug #63016] Recursive variable references itself (eventually) when exporting to $(shell)

2022-09-04 Thread Martin Dorey
URL: Summary: Recursive variable references itself (eventually) when exporting to $(shell) Project: make Submitter: mdorey Submitted: Sun 04 Sep 2022 04:28:29 PM PDT Severity: 3

[bug #9060] --warn-undefined-variables

2022-09-04 Thread Stephen Niedzielski
Follow-up Comment #7, bug #9060 (project make): Thank you! I shall look forward to this great improvement in the next release! ___ Reply to this item at: ___

Re: Warnings when running "bootstrap"

2022-09-04 Thread Paul Smith
On Sun, 2022-09-04 at 01:54 +, Bjarni Ingi Gislason via Bug reports and discussion for GNU make wrote: >   This causes failure when compiling. What is the failure? I don't get any failures. I do see the output here, but they are are just notes / warnings. Everything still works. If you see

Warnings when running "bootstrap"

2022-09-04 Thread Bjarni Ingi Gislason via Bug reports and discussion for GNU make
This causes failure when compiling. Using bootstrap 2022-07-24.15 Using latest gnulib (Sep 04 2022 01:40 UTC) autoconf (GNU Autoconf) 2.71 automake (GNU automake) 1.16.5 Parts of output: [...] Notice from module fdl: Don't use this module! Instead, copy the referenced license file in

Re: New release of GNU make

2022-09-04 Thread Dmitry Goncharov
On Sun, Sep 4, 2022 at 9:53 AM Paul Smith wrote: > > On Sun, 2022-09-04 at 00:28 +, Martin Dorey wrote: > > https://git.savannah.gnu.org/cgit/make.git/commit/configure.ac?id=079 > > 3658c09a8f33581dae6dfbe2483ea279e72b1 > > > > ... imposed a dependency on autoconf 2.71. > > I'm not sure if the

Re: New release of GNU make

2022-09-04 Thread Paul Smith
On Sun, 2022-09-04 at 00:28 +, Martin Dorey wrote: > https://git.savannah.gnu.org/cgit/make.git/commit/configure.ac?id=079 > 3658c09a8f33581dae6dfbe2483ea279e72b1 > > ... imposed a dependency on autoconf 2.71. I'm not sure if there's a need for this new autoconf version or not, I can look at