Re: [Pixman] [PATCH 3/4] build: Do not use `mkdir -p` on Windows

2015-12-23 Thread Oded Gabbay
On Wed, Dec 23, 2015 at 1:24 PM, Andrea Canciani wrote: > 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

[Pixman] [PATCH 3/4] build: Do not use `mkdir -p` on Windows

2015-12-23 Thread Andrea Canciani
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