macOS
brew install makelocal Homebrew formula metadata
sudo port install gmakeMacPorts ports tree · devel/gmake/Portfile · source: api.github.com
brew
Utility for directing compilation. Version 4.4.1 via Homebrew; verified from local package data.
install
brew install makelocal Homebrew formula metadata
sudo port install gmakeMacPorts ports tree · devel/gmake/Portfile · source: api.github.com
sudo apk add makeAlpine Linux edge package indexes · make · source: dl-cdn.alpinelinux.org
sudo apt install makeDebian stable package indexes · make · source: deb.debian.org
sudo dnf install makeFedora Rawhide package metadata · make · source: dl.fedoraproject.org
sudo pacman -S makeArch Linux sync databases · make · source: geo.mirror.pkgbuild.com
sudo zypper install makeopenSUSE Tumbleweed package metadata · make · source: download.opensuse.org
choco install makeChocolatey community package catalog · make · source: community.chocolatey.org
scoop install main/makeScoop official bucket manifest trees · bucket/make.json · source: api.github.com
winget install --id ezwinports.make -eWindows Package Manager source index · ezwinports.make · source: cdn.winget.microsoft.com
overview
Utility for directing compilation
history
GNU Make is the GNU Project implementation of make, the build automation tool that decides which targets need to be rebuilt from source files and shell recipes recorded in makefiles.
The GNU Make manual states that GNU make was implemented by Richard Stallman and Roland McGrath, with development since version 3.76 handled by Paul D. Smith. It also states that GNU make conforms to POSIX.2 section 6.2, which anchors it in both GNU and Unix standardization history.
The official GNU FTP archive shows GNU Make releases at least as far back as 3.75 in 1996, with later long-lived releases including 3.80 in 2002, 3.81 in 2006, 4.0 in 2013, 4.3 in 2020, and 4.4.1 in 2023. The current Savannah Git repository remains active, with the GNU page naming Paul Smith as maintainer.
GNU Make became a default assumption for huge parts of free software packaging because GNU packages standardize on makefile-driven build and install targets. The GNU Make homepage explicitly says make lets end users build and install a package without knowing the build details recorded in the supplied makefile.
Its adoption is also cultural: countless source packages still advertise the familiar sequence of configure, make, make install, and Homebrew installs GNU Make as gmake on macOS to avoid colliding with the system make. Package maintainers care because differences between POSIX make, BSD make, and GNU make are a recurring source of portability bugs.
GNU Make reads a makefile, builds an internal dependency graph, and then runs recipes for targets whose prerequisites are newer or missing. By default it looks for GNUmakefile, makefile, and Makefile, while -f or --file selects explicit makefiles.
Although its examples often use C programs, the manual stresses that make can drive any task where files must be updated automatically from other files. Common package usage includes build targets, install and uninstall targets, generated documentation, tags, tests, and maintainer workflows.
GNU Make is one of the load-bearing command names in open source packaging. It is old, standardized enough to be everywhere, and GNU-specific enough that build systems still accidentally depend on its extensions.
For package nerds, make is interesting because it is both infrastructure and interface: it encodes dependency graphs, default goals, phony targets, implicit rules, variable expansion timing, and the tiny rituals by which source archives become installed software.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gmake | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org/software/make/
install metadata
| Package key | brew:make |
|---|---|
| Version | 4.4.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/make |
| Homepage | https://www.gnu.org/software/make/ |
| Repository | https://git.savannah.gnu.org/git/make.git |
| Upstream docs | https://www.gnu.org/software/make/manual |
| License | GPL-3.0-only |
| Source archive | https://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.lz |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sequoia, sonoma, tahoe, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | GNU "make" has been installed as "gmake". If you need to use it as "make", you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/make/libexec/gnubin:$PATH" |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | make |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
make 4.4.1-2
utility for directing compilation
https://www.gnu.org/software/make/
sudo apt install makemake 4.3-4.1build2
utility for directing compilation
https://www.gnu.org/software/make/
sudo apt install makemake 4.4.1-r4
GNU make utility to maintain groups of programs
https://www.gnu.org/software/make
sudo apk add makemake-doc 4.4.1-r4
GNU make utility to maintain groups of programs (documentation)
https://www.gnu.org/software/make
sudo apk add make-docmake 4.4.1-12.fc44
A GNU tool which simplifies the build process for users
https://www.gnu.org/software/make/
sudo dnf install makemake-devel 4.4.1-12.fc44
Header file for externally visible definitions
https://www.gnu.org/software/make/
sudo dnf install make-develmake 4.4.1-3
GNU make utility to maintain groups of programs
https://www.gnu.org/software/make
sudo pacman -S makemake 4.4.1-3.5
GNU make
https://www.gnu.org/software/make/make.html
sudo zypper install makemake-lang 4.4.1-3.5
Translations for package make
https://www.gnu.org/software/make/make.html
sudo zypper install make-langmake
choco install makemain/make
scoop install main/makeezwinports.make
winget install --id ezwinports.make -egmake
sudo port install gmakesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.