commit | c03944151fec2d5469746642a949c8fcb5a744a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 20:20:23 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 20 20:20:23 2017 +0200 |
tree | 57c6182f83ece7daf153318d9e33c6f2f934cd71 | |
parent | 62cf09b5dcb9a04b8e4f5e6cf3b14a787758e1a2 [diff] [blame] |
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)
diff --git a/Filelist b/Filelist index fe2e34a..5d2b831 100644 --- a/Filelist +++ b/Filelist
@@ -239,7 +239,7 @@ 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 \