When performing a parallel build (make -j N) with ./configure
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/Makefile.global.in | modified | +2 −2 |