]> git.proxmox.com Git - mirror_linux-firmware.git/commit
Makefile: replace mkdir by install
authorKonrad Weihmann <kweihmann@outlook.com>
Mon, 9 May 2022 10:25:02 +0000 (12:25 +0200)
committerJosh Boyer <jwboyer@kernel.org>
Tue, 31 May 2022 16:57:56 +0000 (12:57 -0400)
commiteaee2dacc2be1609089a1eb4ce574bea8b047d32
tree73dc291c5a7a3f527eb90ff2ad93159b80c4b50d
parent12865e7e4b1b55ee4538a915b89cd05f9a6b2b91
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>
Makefile
carl9170fw/toolchain/Makefile
copy-firmware.sh