]> xenbits.xensource.com Git - unikraft/libs/lua.git/commit
Makefile.uk: Use mk_sub_libbuild_dir to create directory hierarchies RELEASE-0.14.0
authorRazvan Deaconescu <razvand@unikraft.io>
Fri, 11 Aug 2023 06:38:21 +0000 (09:38 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 07:19:45 +0000 (07:19 +0000)
commit998d54c9e2cb9d91709b389cd868a93299fadad7
tree60709bae4040b7ed33098691ee7bf39beccdeead
parentf3e613e8f6da2403ed731f2d8d11dfa6f6712d35
Makefile.uk: Use mk_sub_libbuild_dir to create directory hierarchies

Unikraft core build system currently enforces the use of
`mk_sub_libbuild_dir` function instead of `mk_sub_build_dir` for
creating directory hierarchies, i.e. creating more than the first-level
subdirectory.

Update `Makefile.uk` accordingly: replace the call to `mk_sub_build_dir`
with a call to `mk_sub_libbuild_dir`.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #9
Makefile.uk