forked from epics_driver_modules/require
Do not forbid re-installation for the moment. Need to handle cross-Linux builds first
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user