Skip to content
Snippets Groups Projects
Commit cd121d7a authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

add local installation path localMods

parent 5d4d3919
No related branches found
No related tags found
No related merge requests found
# -*- mode: Makefile;-*- # -*- mode: Makefile;-*-
include $(REQUIRE_CONFIG)/CONFIG_REQUIRE include $(REQUIRE_CONFIG)/CONFIG_REQUIRE
ifneq (,$(findstring local,$(MAKECMDGOALS)))
E3_MODULES_PATH=$(TOP)/localMods
endif
include $(REQUIRE_CONFIG)/CONFIG_E3_PATH include $(REQUIRE_CONFIG)/CONFIG_E3_PATH
include $(REQUIRE_CONFIG)/CONFIG_E3_MAKEFILE include $(REQUIRE_CONFIG)/CONFIG_E3_MAKEFILE
include $(REQUIRE_CONFIG)/CONFIG_EPICS include $(REQUIRE_CONFIG)/CONFIG_EPICS
......
...@@ -37,6 +37,12 @@ uninstall: conf ...@@ -37,6 +37,12 @@ uninstall: conf
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall' $(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
$(SUDO) find $(E3_SITELIBS_PATH) -xtype l -delete $(SUDO) find $(E3_SITELIBS_PATH) -xtype l -delete
localinstall: install_module
localuninstall: conf
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
$(SUDO) rm -rf $(E3_MODULES_PATH)
## Build the EPICS Module : $(E3_MODULE_NAME) ## Build the EPICS Module : $(E3_MODULE_NAME)
# Build always the Module with the EPICS_MODULES_TAG # Build always the Module with the EPICS_MODULES_TAG
build: conf checkout vlibs build: conf checkout vlibs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment