OSDN Git Service

When performing a parallel build (make -j N) with ./configure
authorBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 07:29:36 +0000 (07:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 07:29:36 +0000 (07:29 +0000)
commita7dc90d9f680055c72d5ec7d1db4f6df7f8552e4
treeb30e6477758c462b3dbd835b517360582561c65b
parent79b956433060cf3e9ece4ac07444e85775e056ce
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
src/Makefile.global.in