aboutsummaryrefslogtreecommitdiff
path: root/tools/automake/patches/200-other-V-values-for-verbosity.patch
Commit message (Collapse)AuthorAge
* tools/automake: verbose variable compatibilityMichael Pratt2023-03-27
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>