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

patch works to run ioc

parent 26f29d87
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,8 @@ help:
default: help
all : rebuild
#
## Install "Require" Module in order to use it
install: uninstall
......
......@@ -4,4 +4,4 @@ EPICS_LOCATION=/e3/bases
EPICS_MODULES=/e3/modules
REQUIRE=require
IOCSH_HASH_VERSION=f7e8716
IOCSH_HASH_VERSION=b93c6be
......@@ -55,8 +55,6 @@ IOC_STARTUP=/tmp/${SC_SCRIPTNAME}-${SC_VERSION}-startup
# Remember, driver is equal to module, so EPICS_DRIVER_PATH is the module directory
# In our jargon. It is the same as ${EPICS_MODULES}
EPICS_DRIVER_PATH=${EPICS_MODULES}
trap "softIoc_end ${IOC_STARTUP}" EXIT HUP INT TERM
......
This diff is collapsed.
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