commit | 7ccb95e8fe9131b8fa14b947c60dfb30044fa002 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Jul 11 17:38:52 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jul 24 16:11:07 2018 -0700 |
tree | 2b394dee41fb0a94372e1123a859e783e07a299b | |
parent | 45332b1bdfdc8d63ae4a9d32cbb10e11bc20baab [diff] |
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>