[bug #62172] Haver options/dash-l test exit greacefully, when getloadavg is not available

2022-04-24 Thread Paul D. Smith
Update of bug #62172 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62171] ARFLAGS violate posix on aix.

2022-04-24 Thread Paul D. Smith
Update of bug #62171 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62174] fix test functions/shell on aix.

2022-04-24 Thread Paul D. Smith
Update of bug #62174 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62356] Setting -R through MAKEFLAGS should set -r.

2022-04-24 Thread Paul D. Smith
Update of bug #62356 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62228] prerequisite based on input file created during processing not created, but no error

2022-04-24 Thread Greg Minshall
Follow-up Comment #2, bug #62228 (project make): thanks! ___ Reply to this item at: ___ Message sent via Savannah https://savannah.gnu.org/

Re: [bug #62173] Fix test features/archives.

2022-04-24 Thread Jeffrey Walton
On Sun, Mar 13, 2022 at 10:49 AM Dmitry Goncharov wrote: > > Follow-up Comment #2, bug #62173 (project make): > > The patch contains the following changes > > -my $arflags = 'rv'; > +my $arflags = '-rv'; > +if ($^O eq 'aix') { > +$arflags = "-Xany -rv"; > +} > > > That reason for

[bug #62145] Unlink the stdin temporary file on failure to re-execute.

2022-04-24 Thread Paul D. Smith
Update of bug #62145 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62213] Avoid compile warning

2022-04-24 Thread Paul D. Smith
Update of bug #62213 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM

[bug #62173] Fix test features/archives.

2022-04-24 Thread Paul D. Smith
Update of bug #62173 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62278] Fix % substitution in static pattern rules.

2022-04-24 Thread Paul D. Smith
Update of bug #62278 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62324] Fix cache integrity check

2022-04-24 Thread Paul D. Smith
Update of bug #62324 (project make): Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:None => SCM

[bug #62175] Port tests to big endian.

2022-04-24 Thread Paul D. Smith
Follow-up Comment #2, bug #62175 (project make): Oh, I see. It's not that the targets are _rebuilt_ in the wrong order, it's that the expansion of the secondary prerequisites isn't happening in the order in which targets are rebuilt. That's probably OK. I don't think we need to guarantee that

Re: [PATCH v1 2/2] misc: Replace strcmp with memcmp when it obviously works

2022-04-24 Thread Paul Smith
I applied both of these patches, thanks!

[bug #62175] Port tests to big endian.

2022-04-24 Thread Paul D. Smith
Update of bug #62175 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62206] Fix % substitution in pattern rules.

2022-04-24 Thread Paul D. Smith
Update of bug #62206 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release: