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

Remove rootprefix #748

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Remove rootprefix #748

merged 1 commit into from
Sep 23, 2024

Conversation

williamh
Copy link
Contributor

No description provided.

@williamh williamh marked this pull request as draft September 19, 2024 16:56
@williamh williamh changed the title Rm rootprefix Remove rootprefix Sep 19, 2024
@williamh williamh marked this pull request as ready for review September 19, 2024 17:03
meson.build Show resolved Hide resolved
meson.build Outdated Show resolved Hide resolved
src/librc/meson.build Outdated Show resolved Hide resolved
meson.build Outdated Show resolved Hide resolved
src/librc/meson.build Outdated Show resolved Hide resolved
@thesamesam
Copy link
Contributor

As I mentioned on IRC, these need proper commit messages including the full context and should not be squashed either.

@navi-desu
Copy link
Member

there's still a few things for us to cleanup and improve with meson, but that can be done on a later PR, overall the code LGTM

@williamh williamh force-pushed the rm-rootprefix branch 3 times, most recently from 038e5f5 to 12bc1ca Compare September 23, 2024 17:36
This change removes the ROOTPREFIX build setting.

If your OS expects to have / mounted earlier in the boot process than
/usr, you will need to pass the appropriate directory settings to "meson
setup" as part of the build process, for example:

$ meson setup \
    --bindir /bin --libdir /lib64 --libexecdir /lib --sbindir /sbin \
    build

also, move plugins  to ```libdir/rc/plugins``` which is the standard
location for plugins accessed via dlopen.
README.md Show resolved Hide resolved
@williamh williamh merged commit 7c31e50 into master Sep 23, 2024
8 checks passed
@williamh williamh deleted the rm-rootprefix branch September 23, 2024 18:23
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