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

Removed 'make db' from require

parent 440232b3
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ include $(REQUIRE_CONFIG)/RULES_EPICS ...@@ -12,7 +12,6 @@ include $(REQUIRE_CONFIG)/RULES_EPICS
include $(TOP)/configure/module/RULES_REQUIRE include $(TOP)/configure/module/RULES_REQUIRE
include $(REQUIRE_CONFIG)/RULES_PATCH include $(REQUIRE_CONFIG)/RULES_PATCH
include $(TOP)/configure/module/RULES_DB
include $(REQUIRE_CONFIG)/RULES_VARS include $(REQUIRE_CONFIG)/RULES_VARS
include $(TOP)/configure/module/RULES_TEST include $(TOP)/configure/module/RULES_TEST
......
# -*- mode: Makefile;-*-
## This RULE should be used in case of inflating DB files
##
# TODO: This belong in configure/module, same as for other modules
.PHONY: db
db: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) db
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