GNU Make

from Wikipedia, the free encyclopedia
GNU Make

Heckert GNU white.svg
Basic data

Maintainer Paul D. Smith
developer GNU project
Current  version 4.3
( January 19, 2020 )
operating system POSIX , Windows
programming language C.
License GPL ( Free Software )
www.gnu.org/software/make (homepage)

GNU Make ( gmake for short ) is the GNU implementation of the make program, which is often used in the Unix world . Compared to the traditional range of functions, it contains a number of extensions. GNU make is not fully compatible with make , because the backslash character is not handled in a POSIX-compliant manner, and since the shell calls are made without the '-e' option, GNU make does not always abort further processing as expected after a failed command call.

The GNU version is usually installed as the make utility on Linux computers. From version 4.0, GNU Guile is supported as an extension language.

GNU Make was implemented by Richard Stallman and Roland McGrath . As of version 3.76, further development is led by Paul D. Smith.

Web links

Individual evidence

  1. Paul Smith: GNU make 4.3 released! . January 19, 2020 (accessed February 20, 2020).
  2. https://www.gnu.org/software/make/