Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Anders Lindh Olsson
e3-require
Commits
5c553e48
Commit
5c553e48
authored
3 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Added .PHONY targets
parent
41864d8e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure/modules/RULES_E3
+4
-0
4 additions, 0 deletions
configure/modules/RULES_E3
require-ess/tools/driver.makefile
+1
-1
1 addition, 1 deletion
require-ess/tools/driver.makefile
with
5 additions
and
1 deletion
configure/modules/RULES_E3
+
4
−
0
View file @
5c553e48
...
@@ -31,11 +31,14 @@ help:
...
@@ -31,11 +31,14 @@ help:
## Install current module to $(EPICS_BASE)/require/$(E3_REQUIRE_VERSION)/siteMods
## Install current module to $(EPICS_BASE)/require/$(E3_REQUIRE_VERSION)/siteMods
install: install_module install_links
install: install_module install_links
.PHONY: db
db: err_no_db_rule
db: err_no_db_rule
.PHONY: err_no_db_rule
err_no_db_rule:
err_no_db_rule:
$(error The 'db' target has been discontinued. If you have custom database expansion rule to use, please contact the e3 team)
$(error The 'db' target has been discontinued. If you have custom database expansion rule to use, please contact the e3 team)
.PHONY: install_module
install_module: build db_internal
install_module: build db_internal
$(QUIET) $(E3_MODULE_MAKE_CMDS) install
$(QUIET) $(E3_MODULE_MAKE_CMDS) install
...
@@ -55,6 +58,7 @@ prebuild: conf
...
@@ -55,6 +58,7 @@ prebuild: conf
debug: conf
debug: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) debug
$(QUIET) $(E3_MODULE_MAKE_CMDS) debug
.PHONY: db_internal
db_internal: conf
db_internal: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) db_internal
$(QUIET) $(E3_MODULE_MAKE_CMDS) db_internal
...
...
This diff is collapsed.
Click to expand it.
require-ess/tools/driver.makefile
+
1
−
1
View file @
5c553e48
No preview for this file type
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