bd> My last patch for now, this time for
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20077
Thanks Bogdan, but $(shell) is a GNU make extension. It can't be used in
Automake's generated Makefile[.in]s.
mf> GNU Make supports:
mf> am__v_P_$(V) = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
Hello, Automakers!
My last patch for now, this time for
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20077:
- if $(V) is empty, use default verbosity,
- if $(V) = 0, be silent,
- if $(V) is neither empty nor 0, be verbose (not only with V=1, but
e.g. V=99).
Yes, requires some shell, but ju