From 5c553e489b76633b55de5838c4b3718b3574a855 Mon Sep 17 00:00:00 2001 From: Simon Rose <simon.rose@ess.eu> Date: Wed, 16 Jun 2021 10:26:35 +0200 Subject: [PATCH] Added .PHONY targets --- configure/modules/RULES_E3 | 4 ++++ require-ess/tools/driver.makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure/modules/RULES_E3 b/configure/modules/RULES_E3 index 1eaeee5f..83ce7f33 100644 --- a/configure/modules/RULES_E3 +++ b/configure/modules/RULES_E3 @@ -31,11 +31,14 @@ help: ## Install current module to $(EPICS_BASE)/require/$(E3_REQUIRE_VERSION)/siteMods install: install_module install_links +.PHONY: db db: err_no_db_rule +.PHONY: 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) +.PHONY: install_module install_module: build db_internal $(QUIET) $(E3_MODULE_MAKE_CMDS) install @@ -55,6 +58,7 @@ prebuild: conf debug: conf $(QUIET) $(E3_MODULE_MAKE_CMDS) debug +.PHONY: db_internal db_internal: conf $(QUIET) $(E3_MODULE_MAKE_CMDS) db_internal diff --git a/require-ess/tools/driver.makefile b/require-ess/tools/driver.makefile index fe1d97cf..a38e8fb5 100644 --- a/require-ess/tools/driver.makefile +++ b/require-ess/tools/driver.makefile @@ -1074,4 +1074,4 @@ endif # EPICSVERSION defined ## ## Friday, July 3 2020 : Force all module names to be lowercase, to allow consistency between conda/nfs startup scripts. ## -## $(DATE) : Removed the V3-specific code. Adde \ No newline at end of file +## $(DATE) : Removed the V3-specific code. Adde������������������������������������������������������������������ \ No newline at end of file -- GitLab