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

15.6
Joshua Colp 8 years ago committed by Gerrit Code Review
commit bcd3782051

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

Loading…
Cancel
Save