summaryrefslogtreecommitdiff
path: root/src/install-sh
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar2017-04-201-0/+501
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)