Avoid race conditions when doing a parallelized buid.
authorDavid Griffith <dave@661.org>
Mon, 15 Jul 2019 09:38:12 +0000 (02:38 -0700)
committerDavid Griffith <dave@661.org>
Mon, 15 Jul 2019 09:38:12 +0000 (02:38 -0700)
commit2559eb24b6314939dde07d7bed5927cb37929dda
treefb3039317e464380fd3e3ed1d9abedeb5860f1f4
parent9a416e56da1416c1661a44f21231d5db360bc8dc
Avoid race conditions when doing a parallelized buid.

If the -jX flag is used to indicate that X CPUs should be used to build
Frotz, there is a slight chance that the definitions files:
src/common/defs.h, src/curses/ux_defines.h, and src/common/git_hash.h;
will not be complete before the build process starts on the rest of the
source files.  If this happens, the build fails.
Makefile