Skip to content

E3 180

Simon Rose requested to merge e3-180 into master

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.

Merge request reports