Skip to content

meson: Don’t list every file as it’s installed

Philip Withnall requested to merge pwithnall/jhbuild:quiet-meson-install into master

Pass --quiet to meson install. Any project which has API reference documentation generates a huge list of installed files, and it’s almost never helpful to show them and fill the scrollback buffer with them.

The list of installed files can always be checked after building a module, by looking at $JHBUILD_PREFIX/install/_jhbuild/manifests/$module.

Signed-off-by: Philip Withnall pwithnall@gnome.org

Merge request reports