GNU Make 4.4 Released With Numerous Improvements, Deprecates Amiga OS

Written by Michael Larabel in GNU on 31 October 2022 at 05:27 AM EDT. Add A Comment
GNU
GNU Make 4.4 is now available as the first major release in more than two and a half years. GNU Make 4.4 has many improvements to this important build automation tool that is still widely used by countless free software projects.

In succeeding GNU Make 4.3 that debuted back in January 2020, a lot has accumulated for GNU Make 4.4 in this period. Among the many changes to find with GNU Make 4.4 include:

- GNU Make 4.4 deprecates OS/2 (EMX), AmigaOS, Xenix, and Cray with plans to remove these targets in the next release.

- GNU Make will now use temporary files in more situations.

- The new .WAIT special target for between two prerequisites of a target. GNU Make will wait for all the targets to the left of .WAIT in the list to complete before starting any of the targets to the right of .WAIT. Some alternative versions of make already support .WAIT and will be required in an upcoming POSIX standard for make.

- Improved support for -l / --load-average on Linux systems or others exposing /proc/loadavg. GNU Make will use the exposed load average to determine the number of runnable jobs and avoid the need for heuristics.

- GNU Make 4.4 adds a "--shuffle" option. The shuffle command line option reorders goals and prerequisites to simulate non-determinism that may be seen during parallel builds. The shuffle mode can be used as a form of fuzz testing for GNU Make parallel builds.

- Also new is the --jobserver-style command-line option and named pipes on systems where mkfifo is available.

- Exporting and un-exporting of target-specific variables is now handled correctly.

- A long-standing issue with the directory cache is now fixed.

- Support for building GNU Make on Microsoft Windows with the Tiny C Compiler (TCC).

Downloads and more details on GNU Make 4.4 via gnu.org.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week