gcc-plugins: Regularize Makefile.gcc-plugins
authorKees Cook <keescook@chromium.org>
Thu, 12 Jul 2018 00:38:52 +0000 (17:38 -0700)
committerKees Cook <keescook@chromium.org>
Tue, 24 Jul 2018 23:11:07 +0000 (16:11 -0700)
commit7ccb95e8fe9131b8fa14b947c60dfb30044fa002
tree2b394dee41fb0a94372e1123a859e783e07a299b
parent45332b1bdfdc8d63ae4a9d32cbb10e11bc20baab
gcc-plugins: Regularize Makefile.gcc-plugins

The layout of Makefile.gcc-plugins had uneven tabs, and the long names
of things made this file a bit hard to quickly visually parse. This
breaks lines and moves options to the same tab depth. While we're at
it, this also adds some comments about the various sections.

Signed-off-by: Kees Cook <keescook@chromium.org>
scripts/Makefile.gcc-plugins