mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-23 06:01:06 +00:00
Merge pull request #1431 from philsmd/master
cosmetic: updated comment about VERSION_EXPORT
This commit is contained in:
commit
007cd17a5e
@ -125,7 +125,7 @@ COMPTIME := $(shell date +%s)
|
|||||||
|
|
||||||
# the following variable value will be automatically replaced by the "git archive" command
|
# the following variable value will be automatically replaced by the "git archive" command
|
||||||
# (which is automatically run for every github release)
|
# (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_EXPORT := $Format:%D$
|
||||||
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
|
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
|
||||||
|
Loading…
Reference in New Issue
Block a user