From 38ad77b8026e39de196e79dafbcf86fb8ae29b40 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 17:31:39 +0100 Subject: [PATCH] Makefile: limit git describe to tags "caraboot-v*" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b3d0398dc..0b59f31185 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ export UBOOT_GCC_4_3_3_EXTRA_CFLAGS=-fPIC export BUILD_TYPE=squashfs export COMPRESSED_UBOOT=0 -export CARABOOT_RELEASE=$(shell git describe --dirty --always) +export CARABOOT_RELEASE=$(shell git describe --dirty --always --match="caraboot-v*") IMAGEPATH=$(BUILD_TOPDIR)/bin UBOOT_BINARY=u-boot.bin