Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
e3-devlib2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESS EPICS Environment
wrappers
e3-devlib2
Commits
4c588e71
Commit
4c588e71
authored
6 years ago
by
Jeong Han Lee
Browse files
Options
Downloads
Patches
Plain Diff
add/fix RULES_E3 to clean up the broken symlink
parent
aee8901b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure/E3/RULES_E3
+4
-3
4 additions, 3 deletions
configure/E3/RULES_E3
with
4 additions
and
3 deletions
configure/E3/RULES_E3
+
4
−
3
View file @
4c588e71
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
.PHONY: help default install uninstall build rebuild clean conf
.PHONY: help default install uninstall build rebuild clean conf
default: help
# # help is defined in
# # help is defined in
# # https://gist.github.com/rcmachado/af3db315e31383502660
# # https://gist.github.com/rcmachado/af3db315e31383502660
...
@@ -24,6 +22,8 @@ help:
...
@@ -24,6 +22,8 @@ help:
$(MAKEFILE_LIST) | column -ts:
$(MAKEFILE_LIST) | column -ts:
default: help
## Install : $(E3_MODULE_NAME)
## Install : $(E3_MODULE_NAME)
install: install_module install_links
install: install_module install_links
...
@@ -77,12 +77,13 @@ checkout:
...
@@ -77,12 +77,13 @@ checkout:
.PHONY: install_links $(INSTALLED_EPICS_BASE_ARCHS)
.PHONY: install_links $(INSTALLED_EPICS_BASE_ARCHS)
# GNU find
install_links: $(INSTALLED_EPICS_BASE_ARCHS)
install_links: $(INSTALLED_EPICS_BASE_ARCHS)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_INC) $(E3_MODULES_INSTALL_LOCATION_INC_LINK)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_INC) $(E3_MODULES_INSTALL_LOCATION_INC_LINK)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_DB) $(E3_MODULES_INSTALL_LOCATION_DB_LINK)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_DB) $(E3_MODULES_INSTALL_LOCATION_DB_LINK)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_BIN) $(E3_MODULES_INSTALL_LOCATION_BIN_LINK)
$(SUDO) ln -snf $(E3_MODULES_INSTALL_LOCATION_BIN) $(E3_MODULES_INSTALL_LOCATION_BIN_LINK)
$(SUDO) ln -sf $(E3_MODULES_INSTALL_LOCATION_DBD) $(E3_MODULES_INSTALL_LOCATION_DBD_LINK)
$(SUDO) ln -sf $(E3_MODULES_INSTALL_LOCATION_DBD) $(E3_MODULES_INSTALL_LOCATION_DBD_LINK)
$(SUDO) find $(E3_SITELIBS_PATH) -xtype l -delete
$(INSTALLED_EPICS_BASE_ARCHS):
$(INSTALLED_EPICS_BASE_ARCHS):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment