From 1c41f18d32d52ee02d88f18d32dd62fa37f6ca02 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 17 Dec 2013 17:00:40 +0000 Subject: [PATCH] Do not create links for syncTS and test any more. Swit does not need that any more. --- App/tools/driver.makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 597d09f..28b75b4 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -1,6 +1,6 @@ # driver.makefile # -# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.89 2013/12/17 16:48:57 zimoch Exp $ +# $Header: /cvs/G/DRV/misc/App/tools/driver.makefile,v 1.90 2013/12/17 17:00:40 zimoch Exp $ # # This generic makefile compiles EPICS code (drivers, records, snl, ...) # for all installed EPICS versions in parallel. @@ -388,10 +388,6 @@ endif echo ${INSTBASE} | cmp -s O.${EPICSVERSION}_$$ARCH/INSTBASE - || $(RMDIR) O.${EPICSVERSION}_$$ARCH; \ if [ ! -d O.${EPICSVERSION}_$$ARCH ]; then \ mkdir -p O.${EPICSVERSION}_$$ARCH; \ - if [ -z "${LIBVERSION}" ]; then \ - ${EXISTS} O.${EPICSVERSION}.syncTS_$$ARCH || ${LN} O.${EPICSVERSION}_$$ARCH O.${EPICSVERSION}.syncTS_$$ARCH; \ - ${EXISTS} O.${EPICSVERSION}_$${ARCH/-/-test-} || ${LN} O.${EPICSVERSION}_$$ARCH O.${EPICSVERSION}_$${ARCH/-/-test-}; \ - fi; \ fi; \ ${MAKE} -C O.${EPICSVERSION}_$$ARCH -f ../${USERMAKEFILE} T_A=$$ARCH $@; \ done