build rel without BUILD_ID

This commit is contained in:
Stefan Allius
2025-04-13 21:14:15 +02:00
parent 4e3dd79d84
commit f96d456226

View File

@@ -33,6 +33,7 @@ rel : STAGE=rel
export BUILD_DATE := ${shell date -Iminutes}
BUILD_ID := ${shell date +'%y%m%d%H%M'}
rel : BUILD_ID=
VERSION := $(shell cat $(SRC)/.version)
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)