From 4476c71f6261a0fb53f0df7c61b6cb2c01da03e1 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 26 Jun 2020 11:17:51 +0200 Subject: [PATCH] removed 'git describe' from EPICS version string, as it is now shown in Revision string --- configure/CONFIG_SITE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 535ef5707..c00e0547f 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -162,7 +162,7 @@ USE_POSIX_THREAD_PRIORITY_SCHEDULING = YES # Site version number, if set will append '-' and this string to the # EPICS version number string that is reported by many tools. ifeq ($(INSTALL_LOCATION),$(EPICS_BASE)) -EPICS_SITE_VERSION=$(shell $(PERL) -MPOSIX -e 'print strftime "%Y-%m-%d_$(shell git describe --tags --dirty)", localtime') +EPICS_SITE_VERSION=$(shell $(PERL) -MPOSIX -e 'print strftime "%Y-%m-%d", localtime') endif # For GNU compiler, use pipes rather than temporary files for