Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils/mkdir-p: check if dir exists also after mkdir failed
with "make install -j8" it happens very often that two or more make instances are creating the same directory in parallel. As a result one instace creates the directory and second mkdir fails because the directory exists already (but it did not while testing for it earlier). Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Rich Salz <[email protected]> (Merged from openssl#1204)
- Loading branch information