fixdep: suppress consecutive / from file paths in dependency list files
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 16 Apr 2018 19:07:57 +0000 (15:07 -0400)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 7 May 2018 12:40:39 +0000 (21:40 +0900)
commitb3aa58d2e85d5253a35a81320ae4d63ba6a482f0
tree95f0f9d28511b60b1f5a2bc7145a472e87addd4f
parent75bc37fefc4471e718ba8e651aa74673d4e0a9eb
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>
scripts/basic/fixdep.c