summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/container.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/container.mk b/make/container.mk
index ba398a7..b2918a2 100644
--- a/make/container.mk
+++ b/make/container.mk
@@ -1,5 +1,3 @@
-capitalise = $(shell _v="$(1)"; echo $${_v^^})
-
CPU_ARCH := $(if $(shell which arch 2>/dev/null),\
$(shell arch),\
$(shell lscpu | grep ^Architecture: | sed "s/^Architecture:[[:space:]]*\([[:alnum:][:punct:]]\+\).*/\1/"))