Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions toolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ TLS_KEY ?=
# Build defines
DIST_TAG ?= .cm1
BUILD_NUMBER ?= $(shell git rev-parse --short HEAD)
# an empty BUILD_NUMBER breaks the build later on
ifeq ($(BUILD_NUMBER),)
BUILD_NUMBER = non-git
endif
RELEASE_MAJOR_ID ?= 1.0
# use minor ID defined in file (if exist) otherwise define it
# note this file must be single line
Expand Down