Set SUB_VERSION as current commit ID.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 23 Jun 2017 17:03:26 +0000 (19:03 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Fri, 23 Jun 2017 17:08:34 +0000 (19:08 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Makefile

index b55a77a..fe910a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ ifeq ($(origin SUB_VERSION), undefined)
                VERSION := $(firstword $(subst -, ,$(SUB_VERSION)))
                SUB_VERSION := $(word 2,$(subst -, ,$(SUB_VERSION)))
        else
-               SUB_VERSION := $(shell git describe --tags --always  | sed 's/^v//')
+               SUB_VERSION := $(shell git rev-parse --short HEAD)
                ifeq ($(SUB_VERSION), )
                        SUB_VERSION := unknown-dev
                endif