Parse standard Makefile.uk
variables
#464
Labels
kind/enhancement
New feature or request
priority/low
Nice to have issues thatare not urgent, but can be nagging.
This issue tracks the parsing of standard Unikraft
Makefile.uk
variables and populating thelib.LibraryConfig
structure with oustanding attributes. This includes:LIB${LIBNAME}_URL
- The origin library for the microlibrary;LIB${LIBNAME}_VERSION
- The version of the origin library;LIB${LIBNAME}_BASENAME
- The base name of the microlibrary (maybe? It's not completely standard but it used a lot);LIB${LIBNAME}_COMMIT
- Only used for commit references when_VERSION
is not used.The text was updated successfully, but these errors were encountered: