Is it possible to let meson be silent if configuring a directory that has already been configured before?
Meson currently complains
Directory already configured.
Just run your build command (e.g. ninja) and Meson will regenerate as necessary.
(...)
I would like to chain the configure and build commands and don't worry if configuration has already been done before. Does maybe a silencing flag exist?