From 00dec708c3e00eec4c6b453afaf71993a4434c18 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 18 Aug 2023 14:13:23 +0200 Subject: [PATCH] build for all archs don't check out submodules --- GNUmakefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 3ce2f73d..224ccb27 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,11 +1,13 @@ include /ioc/tools/driver.makefile MODULE = motorBase +# Do not build for EPICS < 7.0.7 because of compatibility breaking changes EXCLUDE_VERSIONS=3.13 3.14 7.0.6 -BUILDCLASSES = Linux -#ARCH_FILTER = %-ppc4xxFP -ARCH_FILTER = eldk42-ppc4xxFP -#ARCH_FILTER = eldk53-ppc4xxFP + +# Do not checkout any submodule +IGNORE_SUBMODULES = % + +BUILDCLASSES += vxWorks Linux WIN32 SOURCES += motorApp/MotorSrc/motorRecord.cc DBDS += motorApp/MotorSrc/motorRecord.dbd