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

Moved RULES_DB/RULES_REQUIRE to separate subfolder

parent 044597d9
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,9 @@ include $(TOP)/configure/E3/CONFIG_REQUIRE
include $(TOP)/configure/E3/CONFIG_SHELL
include $(TOP)/configure/E3/CONFIG_E3_PATH
include $(TOP)/configure/E3/CONFIG_E3_MAKEFILE
include $(TOP)/configure/E3/CONFIG_TEST
include $(TOP)/configure/E3/CONFIG_EPICS
include $(TOP)/configure/E3/CONFIG_EXPORT
include $(TOP)/configure/E3/CONFIG_TEST
VARS_EXCLUDES+=BASE_3_14
......
......@@ -9,10 +9,10 @@ include $(TOP)/configure/E3/RULES_E3
include $(TOP)/configure/E3/RULES_EPICS
include $(TOP)/configure/E3/RULES_REQUIRE
include $(TOP)/configure/module/RULES_REQUIRE
include $(TOP)/configure/E3/RULES_PATCH
include $(TOP)/configure/E3/RULES_DB
include $(TOP)/configure/module/RULES_DB
include $(TOP)/configure/E3/RULES_VARS
include $(TOP)/configure/module/RULES_TEST
......
......@@ -2,6 +2,8 @@
## This RULE should be used in case of inflating DB files
##
# TODO: This belong in configure/module, same as for other modules
.PHONY: db
......
File moved
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