diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-07 20:52:57 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-20 19:54:38 -0500 |
commit | 7884149bf55dfef1fc77f404b8dbb08cd12e0908 (patch) | |
tree | 5d63cdf1f1149be389c58845148da44156b87f4f /docs/markdown/snippets/devenv.md | |
parent | 088727164de8496c4bada040c2f4690e42f66b69 (diff) | |
download | meson-7884149bf55dfef1fc77f404b8dbb08cd12e0908.zip meson-7884149bf55dfef1fc77f404b8dbb08cd12e0908.tar.gz meson-7884149bf55dfef1fc77f404b8dbb08cd12e0908.tar.bz2 |
minstall: when elevating to root, don't allow ninja to rerun
We just finished running rebuild_all, and then actually running
the install routine failed because of permission errors, so we magically
reran as root. But we should *know* that all prerequisite targets are up
to date already, we don't need to run it *again*.
Nevertheless, when running meson install directly we could end up
without --no-rebuild in the original argv. This meant that it wouldn't
be in the re-executed argv either. Add it on just in case -- repeating
it twice doesn't hurt anyway.
Diffstat (limited to 'docs/markdown/snippets/devenv.md')
0 files changed, 0 insertions, 0 deletions