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: clean up install path handling. #7531

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

rustyrussell
Copy link
Contributor

We had some weird code to try to do relative paths. Instead, use absolute ones and keep life simple. Also rename "daemon_dir" to the clearer "subdaemon_dir" as that's what it's used for.

This might help #7511 (comment)

@rustyrussell rustyrussell added this to the v24.08 milestone Aug 5, 2024
@rustyrussell rustyrussell force-pushed the simplify-install-path branch 2 times, most recently from 5195b9e to cba011f Compare August 7, 2024 00:44
We had some weird code to try to do relative paths.  Instead, use absolute
ones and keep life simple.  Also rename "daemon_dir" to the clearer
"subdaemon_dir" as that's what it's used for.

We now need special magic to do "installcheck", which is a bit awkward,
but at least it's contained.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Copy link
Collaborator

@niftynei niftynei left a comment

Choose a reason for hiding this comment

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

ACK 7b4ec5e

@cdecker cdecker merged commit a1fdeee into ElementsProject:master Aug 7, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants