cosmetic: updated comment about VERSION_EXPORT

pull/1431/head
philsmd 7 years ago
parent 6ff117dcbf
commit d93b591dc5
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

@ -125,7 +125,7 @@ COMPTIME := $(shell date +%s)
# the following variable value will be automatically replaced by the "git archive" command
# (which is automatically run for every github release)
# the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
# the value will be something like this: "tag: vX.Y.Z, refs/pull/K/head" or "HEAD -> master, tag: vX.Y.Z"
VERSION_EXPORT := $Format:%D$
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')

Loading…
Cancel
Save