From: Richard W.M. Jones Date: Fri, 12 Aug 2016 17:20:28 +0000 (+0100) Subject: Add comment about why we are using .NOTPARALLEL X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=884ef14f87bd73d59edc07ebdfa416e4496ad97f;p=fedora-riscv.git Add comment about why we are using .NOTPARALLEL --- diff --git a/Makefile b/Makefile index ece2886..405537c 100644 --- a/Makefile +++ b/Makefile @@ -1056,4 +1056,7 @@ stage4: echo "XXX TO DO" exit 1 + + +# Don't run the builds in parallel because they are implicitly ordered. .NOTPARALLEL: