Build: strip trailing slashes from directory paths more simply
Append . then strip /. seems clumsy. Just use $(patsubst %/,%, ).
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>
Please register or sign in to comment
Append . then strip /. seems clumsy. Just use $(patsubst %/,%, ).
Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com>