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

Try to avoid a MACROPRAGMA_DEP_VERSION, e.g.

parent 611aefef
No related branches found
No related tags found
No related merge requests found
...@@ -448,6 +448,9 @@ _MODULES += $$(_lm) ...@@ -448,6 +448,9 @@ _MODULES += $$(_lm)
endef endef
$(foreach m,$(patsubst %_DEP_VERSION,%,$(filter %_DEP_VERSION,$(.VARIABLES))),$(eval $(call fetch_module_versions,$m))) $(foreach m,$(patsubst %_DEP_VERSION,%,$(filter %_DEP_VERSION,$(.VARIABLES))),$(eval $(call fetch_module_versions,$m)))
# Only keep actual modules, however
_MODULES := $(filter $(shell ls $(E3_SITEMODS_PATH) $(EPICS_MODULES)),$(_MODULES))
# Fetches the data from .dep files to be parsed by the above # Fetches the data from .dep files to be parsed by the above
define fetch_deps define fetch_deps
$(shell cat $(E3_SITEMODS_PATH)/$1/$($1_VERSION)/lib/$(T_A)/$1.dep | sed '1d') $(shell cat $(E3_SITEMODS_PATH)/$1/$($1_VERSION)/lib/$(T_A)/$1.dep | sed '1d')
......
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