removes capitalise from container.mk as now in vars.mk

This commit is contained in:
2026-07-02 22:28:43 +01:00
parent e39c7a47fc
commit 5914e2e578
-2
View File
@@ -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/"))