Skip to content
Snippets Groups Projects
Commit 5c553e48 authored by Simon Rose's avatar Simon Rose
Browse files

Added .PHONY targets

parent 41864d8e
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
No preview for this file type
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