[coreboot-gerrit] Change in coreboot[master]: crossgcc/Makefile: don't allow to call buildgcc in parallel

Alexander Couzens (Code Review) gerrit at coreboot.org
Sun Aug 27 21:39:13 CEST 2017


Alexander Couzens has uploaded this change for review. ( https://review.coreboot.org/21229


Change subject: crossgcc/Makefile: don't allow to call buildgcc in parallel
......................................................................

crossgcc/Makefile: don't allow to call buildgcc in parallel

Change-Id: If296414f8cb3bc87862cdc20f3d3acc1a3f78556
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
M util/crossgcc/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/21229/1

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 24fe942..f36d65f 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -87,3 +87,4 @@
 	all_without_gdb build_tools build-i386 build-x64 build-arm  \
 	build-aarch64 build-mips build-riscv build-power8 build-nds32le \
 	clean distclean clean_tempfiles
+.NOTPARALLEL:

-- 
To view, visit https://review.coreboot.org/21229
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If296414f8cb3bc87862cdc20f3d3acc1a3f78556
Gerrit-Change-Number: 21229
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Couzens <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170827/99b5abd8/attachment-0001.html>


More information about the coreboot-gerrit mailing list