fix config.makefile error and change evre pv name
CHANGELOG
- fix: update submodule
- feat: use ":" rather than "-" for embedded EVR pv.
TD-M:Ctrl-EVG-1:U-Ena-Sel
->TD-M:Ctrl-EVG-1:U:Ena-Sel
- fix: unknown git get-url command error in
config.Makefile
. Usegit config --get remote.origin.url
instead ofgit remote get-url
to get repo url. The subcommandget-url
does not work on old git version (1.8 on CentOS7). - fix: remove
EPICS_MODULE_TAG
macro output inconfig.Makefile
. This macro is not exported in e3, it is empty.