mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
16 lines
301 B
TOML
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
|
|
"""
|