make: remove git hash from revision

This commit is contained in:
King Kévin 2022-07-04 10:17:51 +02:00
parent df2e0df1d7
commit ac4807e5ac
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ QEDA := qeda
VERSION := $(shell cat version)
# current date for stamping output
DATE = $(shell date +%Y-%m-%d)
# revision based on number of changes on schematic or board layout and current git commit
REVISION := $(shell git log --pretty=oneline "${NAME}.kicad_sch" "${NAME}.kicad_pcb" | wc -l) $(shell git rev-parse --short HEAD)
# revision based on number of changes on schematic or board layout
REVISION := $(shell git log --pretty=oneline "${NAME}.kicad_sch" "${NAME}.kicad_pcb" | wc -l)
# generate file with version information
VERSIONED_EXT = kicad_sch kicad_pcb kicad_pro json