Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
75a5dbfc
Commit
75a5dbfc
authored
3 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Removed 'make db' from require
parent
440232b3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure/RULES
+0
-1
0 additions, 1 deletion
configure/RULES
configure/module/RULES_DB
+0
-11
0 additions, 11 deletions
configure/module/RULES_DB
with
0 additions
and
12 deletions
configure/RULES
+
0
−
1
View file @
75a5dbfc
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure/module/RULES_DB
deleted
100644 → 0
+
0
−
11
View file @
440232b3
# -*- 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment