From 837456e73598d987592a18b9b457c52dde29ecf5 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 13 Jun 2024 12:05:09 +0200 Subject: [PATCH] drop support for ancient style driver pool --- App/tools/driver.makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 80c6b85..cc97aa7 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -1196,10 +1196,6 @@ ${DEPFILE}: ${LIBOBJS} $(USERMAKEFILE) @echo "# Generated file. Do not edit." > $@ # Check dependencies on ${REQ} and other module headers. $(foreach m,$(sort ${REQ} $(shell cat *.d 2>/dev/null | sed 's/ /\n/g' | sed -n 's%${EPICS_MODULES}/*\([^/]*\)/.*%\1%p' | sort -u)),echo "$m $(or $(if $(strip $(wildcard ${EPICS_MODULES}/$m/use_exact_version)$(shell echo ${$m_VERSION}|sed 'y/0123456789./ /')),$(strip ${$m_VERSION}),$(addsuffix .,$(word 1,$(subst ., ,${$m_VERSION})))$(word 2,$(subst ., ,${$m_VERSION}))),$(and $(wildcard ${EPICS_MODULES}/$m),$(error No numeric version found for REQUIRED module "$m". For using a test version try setting $m_VERSION in your $(notdir $(USERMAKEFILE)))),$(error REQUIRED module "$m" not found for ${T_A}))" >> $@;) -ifdef OLD_INCLUDE -# Check dependencies on old style driver headers. - ${MAKEHOME}/getPrerequisites.tcl -dep ${OLD_INCLUDE} | grep -vw -e ${PRJ} -e ^$$ >> $@ && echo "Warning: dependency on old style driver"; true; -endif ifeq (${EPICS_BASETYPE},3.13) ifneq ($(strip $(filter %.st %.stt,$(SRCS))),) @echo seq >> $@