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

changes/03/7203/1
Joshua Colp 9 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