Hi Cyril, > Hi! > > +[ "$VERBOSE" ] && v="-v" > The build system uses just V=1 for a verbose mode so we should probably > be consistent... We actually use both, see include/mk/env_pre.mk ifeq ($V,1) VERBOSE=1 endif Therefore should I use both here as well? [ "$VERBOSE" -o "$V" ] && v="-v" Kind regards, Petr