summaryrefslogtreecommitdiffstats
path: root/util/mkdir-p.pl
AgeCommit message (Collapse)Author
2018-12-06Following the license change, modify the boilerplates in util/, tools/Richard Levitte
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7766)
2016-06-23utils/mkdir-p: check if dir exists also after mkdir failedSebastian Andrzej Siewior
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 <sebastian@breakpoint.cc> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1204)
2016-04-20Copyright consolidation: perl filesRich Salz
Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2005-11-06Update from stable branch.Dr. Stephen Henson
1999-06-08Don't make assumptions on what the path looks like.Bodo Möller
1999-06-07mkdir -p is not fully portable (according to Marc Crispin,Bodo Möller
NeXTstep creates a directory called -p); now mkdir-p.pl does its job.