complain for existing specific T_A only in order to allow installing other T_A (esp. EPICS_HOST_ARCH) later from other hosts

This commit is contained in:
2015-09-07 17:42:31 +02:00
parent 39f94c9bc8
commit 4571158e12
+2 -2
View File
@@ -388,8 +388,8 @@ endef
$(foreach a,${CROSS_COMPILER_TARGET_ARCHS},$(foreach l,$(LINK_$a),$(eval $(call MAKELINKDIRS,$l,$a))))
install::
@test ! -d ${MODULE_LOCATION}/R${EPICSVERSION} || \
(echo -e "Error: ${MODULE_LOCATION}/R${EPICSVERSION} already exists.If you really want to overwrite then uninstall first."; false)
@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.