commit | 6d798bae9d43516e92f368820984484af70e9ff6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jul 25 19:15:27 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 07:27:17 2016 -0400 |
tree | 422eec4758f225fb3c9e00f50bdf2aa9fa0c2ddc | |
parent | a1a4b096c7ffd1b141c72a82f4bfc0b2101d7b55 [diff] |
tools: moveconfig: fix cleanup of defines across multiple lines Correct the clean-up of such defines that continue across multiple lines, like follows: #define CONFIG_FOO "this continues to the next line " \ "this line should be removed too" \ "this line should be removed as well" Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com>