E3 180
During the build
phase, the binary asVerify
was being installed to $(EPICS_BASE)/bin/$(T_A)
, which is problematic: the build should not be installing anything at all!
The fix proposed is relatively simple: mostly it involves removing that install action, as the asVerify
binary is installed as well to $(E3_SITEMODS_PATH)/autosave/$(E3_MODULE_VERSION)/bin/
, which should be enough for its use.
The downside is that this is no longer a part of $PATH. If this is deemed sufficiently important, then it should be fine to add an install
dependency that could be used to install it as well.