Skip to content
Snippets Groups Projects
Commit be1d267a authored by Simon Rose's avatar Simon Rose
Browse files

Fetch dependencies recursively

This uses some general make tools, most notably "while" and "select" which come from
https://github.com/markpiffer/gmtt.git and which allow us to recursively parse the
.dep files in the given e3 installation. Broadly speaking, we start with all variables
of the form `%_DEP_VERSION` to determine the first line of dependent modules, and then
we ask them (using `fetch_deps`) what they depend on.
parent e39534f6
No related branches found
No related tags found
1 merge request!83E3-752: Fetch dependencies recursively
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment