Opened 14 months ago

Closed 14 months ago

Last modified 9 months ago

#5223 closed enhancement (fixed)

make-4.4.1

Reported by: Bruce Dubbs Owned by: Xi Ruoyao
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (8)

comment:1 by Xi Ruoyao, 14 months ago

The sed (for SIGPIPE) is no longer needed.

comment:2 by Xi Ruoyao, 14 months ago

Version 4.4.1 (26 Feb 2023)

This release is primarily a bug-fix release. A complete list of bugs fixed in this version is available here:

https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=110&set=custom

  • WARNING: Backward-incompatibility! In previous releases it was not well-defined when updates to MAKEFLAGS made inside a makefile would be visible. This release ensures they are visible immediately, even when invoking $(shell ...) functions. Also, command line variable assignments are now always present in MAKEFLAGS, even when parsing makefiles. Implementation provided by Dmitry Goncharov <dgoncharov@…>
  • New feature: Parallel builds of archives. Previously it was not possible to use parallel builds with archives. It is still not possible using the built-in rules, however you can now override the built-in rules with a slightly different set of rules and use parallel builds with archive creation. See the "Dangers When Using Archives" section of the GNU Make manual, and https://savannah.gnu.org/bugs/index.php?14927
  • Previously target-specific variables would inherit their "export" capability from parent target-specific variables even if they were marked private. Now private parent target-specific variables have no affect. For more details see https://savannah.gnu.org/bugs/index.php?61463
  • Disable FIFO jobserver on GNU/Hurd and Cygwin. Experimentation shows that the new FIFO-based jobserver doesn't work well on GNU/Hurd or Cygwin: revert these systems to use the pipe-based jobserver.
  • Updates to allow building on OS/2. Provided by KO Myung-Hun <komh78@…>
  • New platform: GNU Make is supported on z/OS. Thanks to Igor Todorovski <itodorov@…> for the patches and testing assistance.

comment:3 by Xi Ruoyao, 14 months ago

Two tests fail running as root. We can use the chown tester -R . and su tester -c 'make check' trick. Or do you think we should report the issue to upstream?

Last edited 14 months ago by Xi Ruoyao (previous) (diff)

in reply to:  3 comment:4 by Xi Ruoyao, 14 months ago

Replying to Xi Ruoyao:

Two tests fail running as root. We can use the chown tester -R . and su tester -c 'make check' trick. Or do you think we should report the issue to upstream?

Created https://savannah.gnu.org/bugs/?63852.

comment:5 by Xi Ruoyao, 14 months ago

Owner: changed from lfs-book to Xi Ruoyao
Status: newassigned

comment:6 by Xi Ruoyao, 14 months ago

comment:7 by Xi Ruoyao, 14 months ago

Resolution: fixed
Status: assignedclosed

comment:8 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.