]> xenbits.xensource.com Git - libvirt.git/commit
docs: Fix deprecated use of implicit meson "setup" command
authorTim Small <tim@seoss.co.uk>
Thu, 13 Jul 2023 11:00:03 +0000 (12:00 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 14 Jul 2023 13:19:29 +0000 (15:19 +0200)
commitef7228f5ca22c7ebb47d40ce87b8c4817fd28c7c
tree4011a3dddc36d5ea63c0bfb2a9466f4e2ac089e0
parent4d50cd23c91c54996ba78f424811e0570ed7cb91
docs: Fix deprecated use of implicit meson "setup" command

Use the explicit meson "setup" command instead of the deprecated
implicit invocation. The implied setup usage generates a warning with
meson version 1.0.1:

WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.

Additionally the implicit command is likely to be confusing to those
unfamiliar with Meson - the `build` argument in `meson build` resembles
an action rather than an arbitrary path.

Signed-off-by: Tim Small <tim@seoss.co.uk>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/compiling.rst