diff options
author | Richard Genoud | 2017-06-15 10:36:22 +0200 |
---|---|---|
committer | Masahiro Yamada | 2017-06-22 08:34:34 +0900 |
commit | 2f263d145140ea4b9f5762b15886ae26195a764a (patch) | |
tree | fbb4a327a457a37dbedb5e0632f022b81408194d /.mailmap | |
parent | ff85a1a80e00349dc7783c8dc4d6233d9a709283 (diff) |
kbuild: fix header installation under fakechroot environment
Since commit fcc8487d477a ("uapi: export all headers under uapi
directories") fakechroot make bindeb-pkg fails, mismatching files for
directories:
touch: cannot touch 'usr/include/video/uvesafb.h/.install': Not a
directory
This due to a bug in fakechroot:
when using the function $(wildcard $(srcdir)/*/.) in a makefile, under a
fakechroot environment, not only directories but also files are
returned.
To circumvent that, we are using the functions:
$(sort $(dir $(wildcard $(srcdir)/*/))))
Fixes: fcc8487d477a ("uapi: export all headers under uapi directories")
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions