summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-02 22:28:43 +0100
committerJoe Carstairs <me@joeac.net>2026-07-02 22:28:43 +0100
commit5914e2e578c5b78e435a86d8bd175bbb2d3725bb (patch)
treef657f9073867123bfecb0f5c4ef8d1da5bb6e225
parente39c7a47fc2063246ba74e40693658ba715e6bb1 (diff)
removes capitalise from container.mk as now in vars.mk
-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/"))