From 4e62d5faedd309a44ffe720c833fea91e7648d71 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 11 Sep 2015 11:46:40 +0200 Subject: [PATCH] Remove OS dependend DBDs. They would need DBD files in OS_CLASS or T_A dependend directories --- App/tools/driver.makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 99c04a0..7cfaff5 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -341,14 +341,6 @@ SRCS_vxWorks = ${SOURCES_vxWorks} SRCS_vxWorks += ${SOURCES_${EPICS_BASETYPE}_vxWorks} SRCS_vxWorks += ${SOURCES_vxWorks_${EPICS_BASETYPE}} export SRCS_vxWorks -DBD_SRCS_Linux = ${DBDS_Linux} -DBD_SRCS_Linux += ${DBDS_${EPICS_BASETYPE}_Linux} -DBD_SRCS_Linux += ${DBDS_Linux_${EPICS_BASETYPE}} -export DBD_SRCS_Linux -DBD_SRCS_vxWorks = ${DBDS_vxWorks} -DBD_SRCS_vxWorks += ${DBDS_${EPICS_BASETYPE}_vxWorks} -DBD_SRCS_vxWorks += ${DBDS_vxWorks_${EPICS_BASETYPE}} -export DBD_SRCS_vxWorks install build debug:: @echo "MAKING EPICS VERSION R${EPICSVERSION}"