diff -r e31e95e05a3c -r b78f14613a6c Makefile --- a/Makefile Mon Jan 16 20:42:47 2023 +0000 +++ b/Makefile Mon Feb 13 22:03:09 2023 +0100 @@ -16,8 +16,6 @@ GITROOT := $(HGROOT) CPUS := `cat /proc/cpuinfo | grep -e 'processor\W*:\W*[[:digit:]]*' | nl -n ln | tail -n1 | cut -f1` -BVERSION=$(shell python2 sources/beremiz/version.py) - distfiles = $(src)/distfiles sfmirror = downloads tmp := $(shell rm -rf $${TMPDIR:-/tmp}/beremiz_dist_build_tmp.* ; mktemp -d -t beremiz_dist_build_tmp.XXXXXXXXXX)