#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 """