From 285c7ac5d5027d45bbcdc49334243f2a3ba6dd05 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 5 Nov 2018 21:12:41 +1100 Subject: [PATCH] makefile: remove emoji 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 35021fd3b491..2fcee039d1a1 100644 --- a/Makefile +++ b/Makefile @@ -50,8 +50,8 @@ else endif endif -WHALE = "🇩" -ONI = "👹" +WHALE = "[w]" +ONI = "[o]" RELEASE=containerd-$(VERSION:v%=%).${GOOS}-${GOARCH} -- 2.19.1