Skip to content
Commit 93b876c1 authored by Andrea Canciani's avatar Andrea Canciani
Browse files

build: Do not use `mkdir -p` on Windows



When the build is performed using `cmd.exe` as shell, the `mkdir`
command does not support the `-p` flag. The ability to create multiple
netsted folder is not used, hence it can be easily replaced by only
creating the directory if it does not exist.

This makes the build work on the `cmd.exe` shell, except for the
`clean` targets.

Signed-off-by: default avatarAndrea Canciani <ranma42@gmail.com>
Acked-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent cc35d019
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment