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

Changed local module detection to use EPICS_MODULE_TAG instead of -loc in the source directory

parent 5f771a25
No related branches found
No related tags found
1 merge request!23.3.0
......@@ -72,7 +72,7 @@ conf:
.PHONY: init git-submodule-sync $(E3_MODULE_SRC_PATH) checkout
ifneq (,$(findstring -loc,$(E3_MODULE_SRC_PATH)))
ifeq (,$(strip $(EPICS_MODULE_TAG)))
init:
$(QUIET) echo ">> You are in the local source mode."
$(QUIET) echo ">> Nothing happens."
......
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