Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile.uk: Fix subdirectory make rule #5

Closed

Conversation

StefanJum
Copy link
Member

Since commit unikraft/b8872a6 of the Unikraft core was merged,
mk_sub_build_dir will only create a top-level new directory, so using
it to create libuuid/include/public and libuuid/include/private is
not possible.
Use mk_sub_libbuild_dir instead, which can create a full path to a directory.

Signed-off-by: Stefan Jumarea stefanjumarea02@gmail.com

Since commit unikraft/b8872a6 of the Unikraft core was merged,
`mk_sub_build_dir` will only create a top-level new directory, so using
it to create `libuuid/include/public` and `libuuid/include/private` is
not possible.
Use `mk_sub_libbuild_dir` instead, which can create a full path to a directory.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
@StefanJum StefanJum added the bug Something isn't working label Aug 10, 2023
Copy link

@mariasfiraiala mariasfiraiala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix @StefanJum!

Reviewed-by: Maria Sfiraiala maria.sfiraiala@gmail.com

@RaduNichita RaduNichita self-requested a review August 10, 2023 15:44
Copy link

@RaduNichita RaduNichita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also works on my side, reviewed this as I had some problems with running app-python with the staging branch.

Reviewed-by: Radu Nichita radunichita99@gmail.com

Copy link
Contributor

@razvand razvand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved-by: Razvan Deaconescu razvand@unikraft.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/merged
Projects
Status: Done!
Development

Successfully merging this pull request may close these issues.

5 participants