commit | 4f3fa9accbd77f8c85f87ae057d2420ce7666ff7 | [log] [tgz] |
---|---|---|
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | Sat May 11 17:22:44 2013 +0200 |
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | Sat May 11 20:34:12 2013 +0200 |
tree | 8fced5134d1d2fea634ab93063cf3647df632efc | |
parent | 8a4075d454a64cc51ea7e496f346fd96d5970eff [diff] |
Change mkdir -p to work on Windows. Windows mkdir doesn't know about the -p option and requires paths to use \ as path separator. Try to detect when building on Windows and use the Windows internal function instead of relying on a compatible mkdir in the path. Change-Id: I47d47d45edeb38c672321f77d6e91268bf744dba