From 40aa1749a640e1f5359c5fb0207cebc297ab409b Mon Sep 17 00:00:00 2001 From: Velsoth Date: Wed, 7 Jun 2017 12:34:06 +0100 Subject: [PATCH] [CB-HELPER] Stop treating GRUB build warnings as errors. --- cb-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cb-helper b/cb-helper index 5505f48..a2b1b75 100755 --- a/cb-helper +++ b/cb-helper @@ -156,7 +156,7 @@ elif [ "$1" == "build_grub" ]; then # Build GRUB cd grub ./autogen.sh - ./configure --with-platform=coreboot + ./configure --with-platform=coreboot --disable-werror make -j${nproc} cd ..