commit | b3aa58d2e85d5253a35a81320ae4d63ba6a482f0 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Apr 16 15:07:57 2018 -0400 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon May 07 21:40:39 2018 +0900 |
tree | 95f0f9d28511b60b1f5a2bc7145a472e87addd4f | |
parent | 75bc37fefc4471e718ba8e651aa74673d4e0a9eb [diff] |
fixdep: suppress consecutive / from file paths in dependency list files Underscores in symbol names are translated into slashes for path names. Filesystems treat consecutive slashes as if there was only one, so let's do the same in the dependency list for easier grepping, etc. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>