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

MakefileInclude was removed somewhere shortly after R3.14.9, so I think we can safely remove this

parent 261e814e
No related branches found
No related tags found
1 merge request!41E3-430: Clean up some old code from require
Pipeline #84909 passed
...@@ -922,10 +922,6 @@ ${DEPFILE}: ${LIBOBJS} $(USERMAKEFILE) ...@@ -922,10 +922,6 @@ ${DEPFILE}: ${LIBOBJS} $(USERMAKEFILE)
@$(foreach m,${REQ},echo "$m $(or $(call FETCH_BUILD_NUMBER,$(E3_SITEMODS_PATH),$m),$(and $(wildcard ${E3_SITEMODS_PATH}/$m),$(error REQUIRED module $m has no numbered version. Set $m_VERSION)),$(warning REQUIRED module $m not found for ${T_A}.))" >> $@.tmp;) @$(foreach m,${REQ},echo "$m $(or $(call FETCH_BUILD_NUMBER,$(E3_SITEMODS_PATH),$m),$(and $(wildcard ${E3_SITEMODS_PATH}/$m),$(error REQUIRED module $m has no numbered version. Set $m_VERSION)),$(warning REQUIRED module $m not found for ${T_A}.))" >> $@.tmp;)
cat $@.tmp | sort -u >> $@ cat $@.tmp | sort -u >> $@
# Remove MakefileInclude after we are done because it interfers with our way to build.
build:
$(RM) MakefileInclude
endif # In O.* directory endif # In O.* directory
endif # T_A defined endif # T_A defined
endif # EPICSVERSION defined endif # EPICSVERSION defined
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