diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 22:28:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 22:28:43 +0100 |
| commit | 5914e2e578c5b78e435a86d8bd175bbb2d3725bb (patch) | |
| tree | f657f9073867123bfecb0f5c4ef8d1da5bb6e225 | |
| parent | e39c7a47fc2063246ba74e40693658ba715e6bb1 (diff) | |
removes capitalise from container.mk as now in vars.mk
| -rw-r--r-- | make/container.mk | 2 |
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/")) |
