272
edits
Hamzaalloush (talk | contribs) |
Hamzaalloush (talk | contribs) m (→MXE's Makefile) |
||
| Line 89: | Line 89: | ||
this will parse through, a table set of software names, that are contained within an index.html file. | this will parse through, a table set of software names, that are contained within an index.html file. | ||
it does by way of use the GNU Make Standard Library, using set_create, an example of this is | it does by way of use the GNU Make Standard Library, using the function "set_create" to create the set, an example of this is at {mxe_dir}/Makefile, Line:47. | ||
exporting the variable ${PKGS} with all software names found in index.html: | |||
<pre> | <pre> | ||
PKGS := $(call set_create,\ | PKGS := $(call set_create,\ | ||
edits