1
0
forked from aniani/vim

patch 8.0.0570: can't run make with several jobs

Problem:    Can't run make with several jobs, creating directories has a race
            condition.
Solution:   Use the MKDIR_P autoconf mechanism. (Eric N. Vander Weele,
            closes #1639)
This commit is contained in:
Bram Moolenaar
2017-04-20 20:20:23 +02:00
parent 62cf09b5dc
commit c03944151f
8 changed files with 620 additions and 74 deletions

View File

@@ -239,7 +239,7 @@ SRC_UNIX = \
src/link.sh \
src/installman.sh \
src/installml.sh \
src/mkinstalldirs \
src/install-sh \
src/os_unix.c \
src/os_unix.h \
src/os_unixx.h \