From 884ef14f87bd73d59edc07ebdfa416e4496ad97f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 12 Aug 2016 18:20:28 +0100 Subject: [PATCH] Add comment about why we are using .NOTPARALLEL --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: -- 1.8.3.1