git.annexia.org
/
fedora-riscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6661ea8
)
Add comment about why we are using .NOTPARALLEL
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 12 Aug 2016 17:20:28 +0000
(18:20 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 12 Aug 2016 17:20:28 +0000
(18:20 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: