Searched hist:"6 ae4b9868a8f723cae2600722eea033fafadd399" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/tools/ |
H A D | Makefile | 6ae4b9868a8f723cae2600722eea033fafadd399 Thu Dec 22 10:25:34 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: allow to combine multiple V= levels
Commit a6de553da01c ("kbuild: Allow to combine multiple W= levels") supported W=123 to enable all the extra warning groups.
I think a similar idea is applicable to the V= option.
V=1 echos the whole command V=2 prints the reason for rebuilding
These are orthogonal, and can be enabled at the same time.
This commit supports V=12 to enable both of them.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|
/openbmc/linux/scripts/ |
H A D | tags.sh | 6ae4b9868a8f723cae2600722eea033fafadd399 Thu Dec 22 10:25:34 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: allow to combine multiple V= levels
Commit a6de553da01c ("kbuild: Allow to combine multiple W= levels") supported W=123 to enable all the extra warning groups.
I think a similar idea is applicable to the V= option.
V=1 echos the whole command V=2 prints the reason for rebuilding
These are orthogonal, and can be enabled at the same time.
This commit supports V=12 to enable both of them.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|
H A D | Kbuild.include | 6ae4b9868a8f723cae2600722eea033fafadd399 Thu Dec 22 10:25:34 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: allow to combine multiple V= levels
Commit a6de553da01c ("kbuild: Allow to combine multiple W= levels") supported W=123 to enable all the extra warning groups.
I think a similar idea is applicable to the V= option.
V=1 echos the whole command V=2 prints the reason for rebuilding
These are orthogonal, and can be enabled at the same time.
This commit supports V=12 to enable both of them.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|
/openbmc/linux/ |
H A D | Makefile | 6ae4b9868a8f723cae2600722eea033fafadd399 Thu Dec 22 10:25:34 CST 2022 Masahiro Yamada <masahiroy@kernel.org> kbuild: allow to combine multiple V= levels
Commit a6de553da01c ("kbuild: Allow to combine multiple W= levels") supported W=123 to enable all the extra warning groups.
I think a similar idea is applicable to the V= option.
V=1 echos the whole command V=2 prints the reason for rebuilding
These are orthogonal, and can be enabled at the same time.
This commit supports V=12 to enable both of them.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: Nicolas Schier <nicolas@fjasle.eu> Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
|