macOS
brew install makelocal Homebrew formula metadata
sudo port install gmakeMacPorts ports tree · devel/gmake/Portfile · 来源: api.github.com
安装
brew install makelocal Homebrew formula metadata
sudo port install gmakeMacPorts ports tree · devel/gmake/Portfile · 来源: api.github.com
sudo apk add makeAlpine Linux edge package indexes · make · 来源: dl-cdn.alpinelinux.org
sudo dnf install makeFedora Rawhide package metadata · make · 来源: dl.fedoraproject.org
sudo pacman -S makeArch Linux sync databases · make · 来源: geo.mirror.pkgbuild.com
sudo zypper install makeopenSUSE Tumbleweed package metadata · make · 来源: download.opensuse.org
choco install makeChocolatey community package catalog · make · 来源: community.chocolatey.org
scoop install main/makeScoop official bucket manifest trees · bucket/make.json · 来源: api.github.com
winget install --id ezwinports.make -eWindows Package Manager source index · ezwinports.make · 来源: cdn.winget.microsoft.com
概览
Utility for directing compilation
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gmake | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.gnu.org/software/make/
安装元数据
| 软件包键 | 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 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 gmake来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.