Skip to content

Commit

Permalink
Removed --tags from git describe
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jun 29, 2019
1 parent 7e33124 commit c8e32ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
DISTRO := Unknown
endif

NPROCS := 4
NPROCS := 1
OS := $(shell uname -s)
ifeq ($(OS),Linux)
NPROCS := $(shell nproc)
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


GIT_VERSION := $(shell git describe --long --tags)
GIT_VERSION := $(shell git describe --long)

DEPS_PATH=../deps

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


GIT_VERSION := $(shell git describe --long --tags)
GIT_VERSION := $(shell git describe --long)

DEPS_PATH=../deps

Expand Down

0 comments on commit c8e32ee

Please sign in to comment.