dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
273 stars 26 forks source link

Fix install when running make concurrently #33

Closed dciabrin closed 4 years ago

dciabrin commented 4 years ago

When installing runtime files (specs, objects), makefile target compete into creating directories which share a common subpath. This is bad at least for BSD install, which may call mkdir after a subpath has been created by another call to BSD install. Ensure we create the directory sequentially to fix the race.