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

This commit is contained in:
Joshua Colp 2017-11-13 07:47:38 -06:00 committed by Gerrit Code Review
commit 9eacd55c71
1 changed files with 3 additions and 0 deletions

View File

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