From 9a7fbb41176a1eaf6c8a952a3cd68d51b2959221 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 30 Sep 2015 17:00:16 +0200 Subject: [PATCH] Do not forbid re-installation for the moment. Need to handle cross-Linux builds first --- App/tools/driver.makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 9c40432..a51e92e 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -377,9 +377,9 @@ endef $(foreach a,${CROSS_COMPILER_TARGET_ARCHS},$(foreach l,$(LINK_$a),$(eval $(call MAKELINKDIRS,$l,$a)))) -install:: - @test ! -d ${MODULE_LOCATION}/R${EPICSVERSION}/lib/${T_A} || \ - (echo -e "Error: ${MODULE_LOCATION}/R${EPICSVERSION}/lib/${T_A} already exists.If you really want to overwrite then uninstall first."; false) +#install:: +# @test ! -d ${MODULE_LOCATION}/R${EPICSVERSION}/lib/${T_A} || \ +# (echo -e "Error: ${MODULE_LOCATION}/R${EPICSVERSION}/lib/${T_A} already exists.If you really want to overwrite then uninstall first."; false) install build:: # Delete old build if INSTBASE has changed.