Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
m
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. mxe/Makefile, Line:47, exporting the variable ${PKGS} with all software names found in index.html:
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,\
272

edits

Navigation menu