Daniel P. Berrangé <[email protected]> writes: > The --quiet command is used with docker unless V=1 is passed to make, > and as a result stdout from docker is never visible by default, making > it hard to diagnose failures building / running containers. > > Meanwhile passing V=1 is undesirable as that makes the entire build > system verbose. > > Introduce a $(DOCKER_V) make variable which is initialized from $(V) > > It is thus possible to display docker output without also enabling > make verbose output. > > Signed-off-by: Daniel P. Berrangé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée Virtualisation Tech Lead @ Linaro
