jeonghanlee/EPICS-env

If CONFIG_SITE is updated

jeonghanlee opened this issue · 1 comments

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?

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.