Add comment about why we are using .NOTPARALLEL
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 12 Aug 2016 17:20:28 +0000 (18:20 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 12 Aug 2016 17:20:28 +0000 (18:20 +0100)
Makefile

index ece2886..405537c 100644 (file)
--- 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: