From c8e32eedba7cf00d4dfac78361c26b3ddc1e9eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sat, 29 Jun 2019 23:47:15 +1000 Subject: [PATCH] Removed --tags from git describe --- Makefile | 2 +- lib/Makefile | 2 +- src/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b32f21dc4..7e87b276d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ else DISTRO := Unknown endif -NPROCS := 4 +NPROCS := 1 OS := $(shell uname -s) ifeq ($(OS),Linux) NPROCS := $(shell nproc) diff --git a/lib/Makefile b/lib/Makefile index bf3e7d9ba..d897e3be4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ -GIT_VERSION := $(shell git describe --long --tags) +GIT_VERSION := $(shell git describe --long) DEPS_PATH=../deps diff --git a/src/Makefile b/src/Makefile index 5636a31ce..f68c993d1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ -GIT_VERSION := $(shell git describe --long --tags) +GIT_VERSION := $(shell git describe --long) DEPS_PATH=../deps