Commit 7b04053
committed
reinstall_ndctl.sh: configure and setup in just one step
There is no good reason to:
1. `meson setup` with default options
2. `meson configure -D...` with custom options
... in two separate steps. It has worked so far but that makes it
impossible to address issues like:
```
Program asciidoctor found: NO
meson.build:154:15: ERROR: Program 'asciidoctor' not found or not executable
```
https://mesonbuild.com/Commands.html#configure says:
"Changes options of a configured meson project"
Fixes commit d478476 ("run_qemu: build ndctl during mkosi post-install")
Signed-off-by: Marc Herbert <[email protected]>1 parent ab57fc1 commit 7b04053
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments