Merge "Build System: Disable parallel make in the root Makefile." into 13

certified/13.21
Joshua Colp 8 years ago committed by Gerrit Code Review
commit b1743cb3c7

@ -1112,3 +1112,6 @@ check-alembic: makeopts
FORCE:
# This only stops targets within the root Makefile from building in parallel.
.NOTPARALLEL:

Loading…
Cancel
Save