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

add/fix RULES_E3 to clean up the broken symlink after uninstall

parent 4c588e71
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ help:
default: help
## Install : $(E3_MODULE_NAME)
## Install : $(E3_MODULE_NAME)
install: install_module install_links
#install_module: uninstall
......@@ -35,6 +35,7 @@ install_module: uninstall db
## Uninstall : $(E3_MODULE_NAME)
uninstall: conf
$(QUIET) $(SUDOBASH) '$(E3_MODULE_MAKE_CMDS) uninstall'
$(SUDO) find $(E3_SITELIBS_PATH) -xtype l -delete
## Build the EPICS Module : $(E3_MODULE_NAME)
# Build always the Module with the EPICS_MODULES_TAG
......@@ -58,7 +59,7 @@ conf:
.PHONY: init git-submodule-sync $(E3_MODULE_SRC_PATH) checkout
## Initialize : $(E3_MODULE_SRC_PATH)
## Initialize and Checkout : $(E3_MODULE_SRC_PATH)
init: git-submodule-sync $(E3_MODULE_SRC_PATH) checkout
git-submodule-sync:
......
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