Automic VaultAutomic Vault

brew

Installer make avec Homebrew, apk, chocolatey, apt, dnf, pacman, zypper, scoop, winget, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de make pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install make

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install gmake

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add make

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

Debian aptvérifié · 92%
sudo apt install make

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

Fedora dnfvérifié · 92%
sudo dnf install make

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S make

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

openSUSE zyppervérifié · 92%
sudo zypper install make

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

Windows

Chocolateyvérifié · 92%
choco install make

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

Scoopvérifié · 92%
scoop install main/make

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

Windows Package Managervérifié · 92%
winget install --id ezwinports.make -e

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

aperçu

Résumé du paquet

Utility for directing compilation

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 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.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 12 plateformes.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
gmakecliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire4.4.1
gestionnaire mis à jour
données localesOK
amontnot checked
dernière version détectéenon détecté

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

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

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:make
Version4.4.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/make
Page d'accueilhttps://www.gnu.org/software/make/
Dépôthttps://git.savannah.gnu.org/git/make.git
Docs amonthttps://www.gnu.org/software/make/manual
LicenceGPL-3.0-only
Archive sourcehttps://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.lz
Bouteilledisponible (sur arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sequoia, sonoma, tahoe, ventura, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré
PrécautionsGNU "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"

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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