Regardless of the location our sites decide, does it make sense to try
to support that use case straight out of the box (box = epics base makefile rules)?
I don't really care about the staging area, that being out of source build or not,
so INSTALL_LOCATION could be $(TOP) or something I have write access to,
that is fine. I think I'm just concerned with the final installation step or FINAL_LOCATION,
from what I understand now.
So, does it make sense to add or split rules in EPICS base (maintaining
backwards compatibility) to provide that?
Something like:
make build
sudo make FINAL_LOCATION=/opt/test install
Or whatever target name to compile and one target for installing the binaries/libs/etc?