Martin Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38950 )
Change subject: 4.11 branch builder test ......................................................................
4.11 branch builder test
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I4b2c2d2c53d1c1aad1660710d1c0522e0b1863ab --- M Makefile 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/38950/1
diff --git a/Makefile b/Makefile index f3f9592..0a0707e 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,9 @@ ## SUCH DAMAGE. ##
+## 4.11 branch test + + ifneq ($(words $(CURDIR)),1) $(error Error: Path to the main directory cannot contain spaces) endif