Skip to content
Snippets Groups Projects
Commit a7dc90d9 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

When performing a parallel build (make -j N) with ./configure

--enable-depend it often tries to create the .deps directory twice and
bails out when it already exists due to a race condition of if doesn't
exist, then create.  This patch prevents mkdir from returning an error.

Kris Jurka
parent 79b95643
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment