summaryrefslogtreecommitdiffstats
path: root/src/install-sh
AgeCommit message (Collapse)Author
2022-08-27patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
2017-04-20patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar
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)