From b5d3e27653ee8cb7f0c0559fd9e9dc1e57f0bf21 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Thu, 14 Mar 2019 11:20:48 +0100 Subject: [PATCH] Set BUILDCLASSES to Linux by default This is the only OS we support --- App/tools/driver.makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 15689c14..bb912c99 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -70,7 +70,7 @@ USERMAKEFILE:=$(lastword $(filter-out $(lastword ${MAKEFILE_LIST}), ${MAKEFILE_L BUILD_EPICS_VERSIONS = $(EPICS_BASE_VERSION) ##---## -BUILDCLASSES = +BUILDCLASSES = Linux MODULE_LOCATION =${EPICS_MODULES}/$(or ${PRJ},$(error PRJ not defined))/$(or ${LIBVERSION},$(error LIBVERSION not defined)) @@ -206,7 +206,7 @@ help: @echo " EXCLUDE_VERSIONS () [versions not to build, e.g. 3.14]" @echo " EXCLUDE_ARCHS () [target architectures not to build]" @echo " ARCH_FILTER () [target architectures to build, e.g. SL6%]" - @echo " BUILDCLASSES (vxWorks) [other choices: Linux]" + @echo " BUILDCLASSES (Linux)" @echo " <module>_VERSION () [build against specific version of other module]" ## "make version" shows the module version and why it is what it is. -- GitLab