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

add a rule for iocsh_nice

parent e96d2aea
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ IOCSH_HASH_VERSION?=$(EPICS_MODULE_TAG)
E3_IOC_SHELL_FILE:=$(TOP)/tools/iocsh.bash
E3_IOC_SHELL_GDB_FILE:=$(TOP)/tools/iocsh_gdb.bash
E3_IOC_SHELL_NICE_FILE:=$(TOP)/tools/iocsh_nice.bash
E3_IOC_FUNC_FILE:=$(TOP)/tools/iocsh_functions
E3_IOC_ENVCFG_FILE:=$(TOP)/tools/ess-env.conf
# The following file will be generated in $(TOP),
......@@ -35,6 +36,7 @@ requireconf: e3-site-path e3-site-conf
$(QUIET) $(SUDO) install -m 644 $(E3_IOC_ENVCFG_FILE) $(E3_REQUIRE_BIN)/
$(QUIET) $(SUDO) install -m 755 $(E3_IOC_SHELL_FILE) $(E3_REQUIRE_BIN)/
$(QUIET) $(SUDO) install -m 755 $(E3_IOC_SHELL_GDB_FILE) $(E3_REQUIRE_BIN)/
$(QUIET) $(SUDO) install -m 755 $(E3_IOC_SHELL_NICE_FILE) $(E3_REQUIRE_BIN)/
$(QUIET) $(SUDO) install -m 644 $(G_E3_CFG_FILE) $(E3_REQUIRE_BIN)/
$(QUIET) $(SUDO) install -m 644 $(G_E3_ENV_FILE) $(E3_REQUIRE_BIN)/
......
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