Re: [PATCH] kbuild: fix header installation under fakechroot environment

2017-06-21 Thread Masahiro Yamada
2017-06-15 17:36 GMT+09:00 Richard Genoud : > 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

Re: [PATCH] kbuild: fix header installation under fakechroot environment

2017-06-15 Thread Masahiro Yamada
Hi Richard, 2017-06-15 17:36 GMT+09:00 Richard Genoud : > 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

[PATCH] kbuild: fix header installation under fakechroot environment

2017-06-15 Thread Richard Genoud
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 $(srcdi