redox/recipes/dev/gnu-make/recipe.toml
2024-12-30 13:01:45 -07:00

16 lines
301 B
TOML

#TODO very basic makefiles are tested to work but needs more testing
[source]
tar = "http://ftp.gnu.org/gnu/make/make-4.4.tar.gz"
patches = [
"redox.patch"
]
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
make_cv_sys_gnu_glob=yes
)
cookbook_configure
"""