From 4ec74f46fbd33d0937be2316ba9240eb7f347d5d Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 15 Sep 2021 13:45:59 +0200 Subject: [PATCH] improves error message --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 994a0fe..ecd9d50 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -336,7 +336,7 @@ endif endif # 3.14+ ${CONFIG}/CONFIG: - @echo "ERROR: EPICS release ${EPICSVERSION} not installed on this host." + @echo "ERROR: Development environment for EPICS ${EPICSVERSION} is not installed on this host." # Some TOP and EPICS_BASE tweeking necessary to work around release check in 3.14.10+. EB:=${EPICS_BASE}