From 83f4ab88559e3062537ad96daa8596985893e57c Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 5 Nov 2018 21:12:41 +1100 Subject: [PATCH] makefile: remove emoji on Linux These break the build on i386 in some very specific circumstances (where /bin/sh breaks when handling unicode), and are completely useless when it comes to actually building the project. Signed-off-by: Aleksa Sarai --- Makefile.linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.linux b/Makefile.linux index 2de23a1ad..d9dda903b 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -14,6 +14,8 @@ #linux specific settings +WHALE="+" +ONI="-" COMMANDS += containerd-shim containerd-shim-runc-v1 # check GOOS for cross compile builds