Lines Matching refs:GITVER
34 GITVER := $(shell git describe --dirty=+)35 ifneq ($(GITVER),)36 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"