commit | eaee2dacc2be1609089a1eb4ce574bea8b047d32 | [log] [tgz] |
---|---|---|
author | Konrad Weihmann <kweihmann@outlook.com> | Mon May 09 12:25:02 2022 +0200 |
committer | Josh Boyer <jwboyer@kernel.org> | Tue May 31 12:57:56 2022 -0400 |
tree | 73dc291c5a7a3f527eb90ff2ad93159b80c4b50d | |
parent | 12865e7e4b1b55ee4538a915b89cd05f9a6b2b91 [diff] |
Makefile: replace mkdir by install mkdir -p creates paths that are bound to user's settings and therefore can lead to different file mode bits of the base paths accross different machines. Use install instead, as this tool is not prone to such behavior. Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>