If CONFIG_SITE is updated
jeonghanlee opened this issue · 1 comments
jeonghanlee commented
If CONFIG_SITE
is updated or add at least local configure/CONFIG_SITE.local
after make build
, epics-modules are still located in the old path.
We have to regenerate MODULESGEN.mk
.
Can we use "env variable" in MODULESGEN.mk
instead of hard-coded path?
jeonghanlee commented
fixed at 2bb527b.
MODULESGEN.mk
contains now variable $(INSTALL_LOCATION_MODS)
instead of hard-coded path. Thus, even if .local
is introduced, each module has its own installation path correctly.