Files
RedBear-OS/local/recipes/dev/gnu-make/recipe.toml
T

20 lines
605 B
TOML

[source]
# Vendored local fork (full-fork model): builds from the committed source/
# tree (offline, reproducible). source/ = pristine upstream + the patches below
# BAKED IN. .patch files kept tracked so a version bump can re-apply them via
# sync-recipe-source.sh.
# upstream: http://ftp.gnu.org/gnu/make/make-4.4.tar.gz
# blake3: 1a0e5353205e106bd9b3c0f4a5f37ee1156a1e1c8feb771d1b4842c216612cba
# patch (baked): redox.patch
path = "source"
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""
[package]
description = "GNU Make build system (mkfifo jobserver enabled)"