--- a/configure Sun Oct 26 15:31:50 2025 +0100 +++ b/configure Wed Oct 29 16:51:36 2025 +0100 @@ -151,9 +151,8 @@ # custom variables if true \ ; then - HOST=`uname -n` - PREFIX="`pwd`/work" - INSTALL_DIR="$PREFIX" + host=`uname -n` + prefix="`pwd`/work" fi # features @@ -536,6 +535,19 @@ done break done +while true +do + while true + do + + cat >> "$TEMP_DIR/make.mk" << __EOF__ +HOST = $host +INSTALL_DIR = $prefix +__EOF__ + break + done + break +done # build type if [ "$BUILD_TYPE" = "debug" ]; then