Automic VaultAutomic Vault

brew

使用 Homebrew, apk, chocolatey, apt, dnf, pacman, zypper, scoop, winget, MacPorts 安装 make

查看 make 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install make

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install gmake

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

Linux

Alpine Linux apk已验证 · 92%
sudo apk add make

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

Debian apt已验证 · 92%
sudo apt install make

Debian stable package indexes · make · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install make

Fedora Rawhide package metadata · make · 来源: dl.fedoraproject.org

Arch Linux pacman已验证 · 92%
sudo pacman -S make

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

openSUSE zypper已验证 · 92%
sudo zypper install make

openSUSE Tumbleweed package metadata · make · 来源: download.opensuse.org

Windows

Chocolatey已验证 · 92%
choco install make

Chocolatey community package catalog · make · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/make

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

Windows Package Manager已验证 · 92%
winget install --id ezwinports.make -e

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

概览

软件包摘要

Utility for directing compilation

命令和别名

  • gmake

历史

项目历史与用法

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.

时间线

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

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 12 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
gmakecli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本4.4.1
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

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

  • 信息No package-manager update timestamp was available.低 置信度
  • 信息Release/tag comparison is only available for GitHub repositories.https://www.gnu.org/software/make/none 置信度

安装元数据

软件包元数据

软件包键brew:make
版本4.4.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/make
主页https://www.gnu.org/software/make/
仓库https://git.savannah.gnu.org/git/make.git
上游文档https://www.gnu.org/software/make/manual
许可证GPL-3.0-only
源码归档https://ftpmirror.gnu.org/gnu/make/make-4.4.1.tar.lz
Bottle可用 (于 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sequoia, sonoma, tahoe, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明
注意事项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"

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式: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 提供
  • normalized package name match
  • 匹配方式: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 依赖
  • normalized package name match
  • 匹配方式: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 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式: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 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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