This commit is contained in:
Ivan Pozdeev 2025-05-06 19:09:21 +03:00
parent 177a49fcf9
commit a4d2f57e13

View File

@ -2256,7 +2256,7 @@ if [ -z "$MAKE" ]; then
export MAKE="gmake"
else
# var assignment inside $() does not propagate due to being in subshell
_PYTHON_BUILD_CACHE_UNAME_R="${_PYTHON_BUILD_CACHE_UNAME_R:=$(uname -r)}"
: "${_PYTHON_BUILD_CACHE_UNAME_R:=$(uname -r)}"
if [ "$(echo "$_PYTHON_BUILD_CACHE_UNAME_R" | sed 's/[^[:digit:]].*//')" -lt 10 ]; then
export MAKE="gmake"
else