tools/automake: verbose variable compatibility
authorMichael Pratt <mcpratt@pm.me>
Tue, 14 Mar 2023 09:03:24 +0000 (05:03 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 26 Mar 2023 22:41:49 +0000 (00:41 +0200)
commitb094c6976c161643d5c656b16738a65d28722b18
tree30b343ba24728971597b76fdb06386bc7925ef67
parentceac4ae3b403d52735f371b741f9fd6cbbe08b31
tools/automake: verbose variable compatibility

An old patch attempted to harmonize the way that
both Openwrt and Automake uses the $(V) variable.
However, it was reverted because of the side-effects.

This method is more simple and just
allows Automake to accept any string
as part of the verbosity toggle,
falling back to the default if null.

Ref: e6901bf90 ("tools/automake: Revert "Do not use $(V) - force AM_V=1"")
Ref: 43365ca66 ("Do not use $(V) - force AM_V=1")
Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/automake/patches/200-other-V-values-for-verbosity.patch [new file with mode: 0644]