Automic VaultAutomic Vault

brew

make を Homebrew, apk, chocolatey, apt, dnf, pacman, zypper, scoop, winget, MacPorts でインストール

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

概要

パッケージ概要

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.

タイムライン

  • 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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