Automic VaultAutomic Vault

brew

Install make with Homebrew, apk, chocolatey, apt, dnf, pacman, scoop, winget, zypper, MacPorts

Utility for directing compilation. Version 4.4.1 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install make

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install gmake

MacPorts ports tree · devel/gmake/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add make

Alpine Linux edge package indexes · make · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install make

Debian stable package indexes · make · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install make

Fedora Rawhide package metadata · make · source: dl.fedoraproject.org

Arch Linux pacmanverified · 92%
sudo pacman -S make

Arch Linux sync databases · make · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install make

openSUSE Tumbleweed package metadata · make · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install make

Chocolatey community package catalog · make · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/make

Scoop official bucket manifest trees · bucket/make.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id ezwinports.make -e

Windows Package Manager source index · ezwinports.make · source: cdn.winget.microsoft.com

overview

Package summary

Utility for directing compilation

Commands and aliases

  • gmake

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 1996: GNU FTP archive lists make 3.75.
  • 1997: GNU Make 3.76.1 follows the version after which Paul D. Smith handled development, according to the manual.
  • 2002: GNU FTP archive lists make 3.80.
  • 2013: GNU FTP archive lists make 4.0.
  • 2023: GNU FTP archive lists make 4.4.1.

Related projects

  • POSIX make is the standardized baseline referenced by the GNU Make manual.
  • Autoconf and Automake-generated projects commonly emit makefiles for GNU-style build workflows.
  • BSD make and other make implementations are important comparison points because GNU makefiles often use non-portable extensions.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 12 platform targets.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
gmakecliglobal executable

freshness

Version and 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.

page generated2026-07-07
manager version4.4.1
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://www.gnu.org/software/make/

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://www.gnu.org/software/make/none confidence

install metadata

Package metadata

Package keybrew:make
Version4.4.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/make
Homepagehttps://www.gnu.org/software/make/
Repositoryhttps://git.savannah.gnu.org/git/make.git
Upstream docshttps://www.gnu.org/software/make/manual
LicenseGPL-3.0-only
Source archivehttps://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.lz
Bottleavailable (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sequoia, sonoma, tahoe, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsGNU "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 details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemake
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

make 4.4.1-2

utility for directing compilation

https://www.gnu.org/software/make/

sudo apt install make
  • Section: devel
  • Architecture: amd64
  • Source Package: make-dfsg
  • 1 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Make
Debian stable package indexes · deb.debian.org · Debian stable package indexes: make from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

make 4.3-4.1build2

utility for directing compilation

https://www.gnu.org/software/make/

sudo apt install make
  • Section: devel
  • Architecture: amd64
  • Source Package: make-dfsg
  • 1 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Make
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: make from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

make 4.4.1-r4

GNU make utility to maintain groups of programs

https://www.gnu.org/software/make

sudo apk add make
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: make
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Make
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: make from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

make-doc 4.4.1-r4

GNU make utility to maintain groups of programs (documentation)

https://www.gnu.org/software/make

sudo apk add make-doc
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • Source Package: make
  • normalized package name match
  • Matched by: Make
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: make-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

make 4.4.1-12.fc44

A GNU tool which simplifies the build process for users

https://www.gnu.org/software/make/

sudo dnf install make
  • License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: make
  • 2 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Make
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: make from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

make-devel 4.4.1-12.fc44

Header file for externally visible definitions

https://www.gnu.org/software/make/

sudo dnf install make-devel
  • License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR
  • Category: Unspecified
  • Architecture: i686
  • Source Package: make
  • 1 provides
  • normalized package name match
  • Matched by: Make
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: make-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

make 4.4.1-3

GNU make utility to maintain groups of programs

https://www.gnu.org/software/make

sudo pacman -S make
  • License: GPL3
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: Make
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: make from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz
zypper95%

make 4.4.1-3.5

GNU make

https://www.gnu.org/software/make/make.html

sudo zypper install make
  • License: GPL-3.0-or-later
  • Category: Development/Tools/Building
  • Architecture: x86_64
  • Source Package: make
  • 2 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Make
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: make from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

make-lang 4.4.1-3.5

Translations for package make

https://www.gnu.org/software/make/make.html

sudo zypper install make-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: make
  • 1 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Make
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: make-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

make

choco install make
  • normalized package name match
  • Matched by: Make
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: make from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','lunacy'
Scoop95%

main/make

scoop install main/make
  • normalized package name match
  • Matched by: Make
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/make.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

ezwinports.make

winget install --id ezwinports.make -e
  • normalized package name match
  • Matched by: Make
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: ezwinports.make from https://cdn.winget.microsoft.com/cache/source.msix
MacPorts94%

gmake

sudo port install gmake
  • installed executable or alias match
  • Matched by: Gmake
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/gmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment