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
Iterations
Wiki
Jira
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
ESS EPICS Environment
wrappers
e3-require
Commits
55566de0
Commit
55566de0
authored
4 years ago
by
Anders Lindh Olsson
Browse files
Options
Downloads
Patches
Plain Diff
similar cleanup in configure/E3/RULES_VARS; remove deprecated targets
parent
e1bb8a29
No related branches found
No related tags found
1 merge request
!15
E3-93 remove plotdep
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure/E3/RULES_VARS
+6
-4
6 additions, 4 deletions
configure/E3/RULES_VARS
with
6 additions
and
4 deletions
configure/E3/RULES_VARS
+
6
−
4
View file @
55566de0
...
@@ -6,14 +6,15 @@ DEP_MODULES:=$(filter %_DEP_VERSION, $(E3_MODULES_VARIABLES))
...
@@ -6,14 +6,15 @@ DEP_MODULES:=$(filter %_DEP_VERSION, $(E3_MODULES_VARIABLES))
LEVEL?=2
LEVEL?=2
.PHONY: env vars header vers dep _dep1 _dep2
## Print relevant environment variables
## Print relevant environment variables
.PHONY: env
env: vars
env: vars
.PHONY: vars
vars: header
vars: header
$(foreach v, $(E3_MODULES_VARIABLES), $(info $(v) = $($(v)))) @#noop
$(foreach v, $(E3_MODULES_VARIABLES), $(info $(v) = $($(v)))) @#noop
.PHONY: header
header:
header:
$(QUIET)echo ""
$(QUIET)echo ""
$(QUIET)echo "------------------------------------------------------------"
$(QUIET)echo "------------------------------------------------------------"
...
@@ -30,16 +31,17 @@ else
...
@@ -30,16 +31,17 @@ else
$(QUIET)tree -L $(LEVEL) $(E3_MODULES_PATH)/$(E3_MODULE_NAME)
$(QUIET)tree -L $(LEVEL) $(E3_MODULES_PATH)/$(E3_MODULE_NAME)
endif
endif
dep: _dep2
.PHONY: dep
dep:
$(QUIET)echo "require $(E3_MODULE_NAME),$(E3_MODULE_VERSION)"
$(QUIET)echo "require $(E3_MODULE_NAME),$(E3_MODULE_VERSION)"
$(QUIET)echo "< configured ..."
$(QUIET)echo "< configured ..."
$(foreach v, $(DEP_MODULES), $(info $(v) = $($(v)))) @#noop
$(foreach v, $(DEP_MODULES), $(info $(v) = $($(v)))) @#noop
.PHONY: vers
vers:
vers:
$(QUIET)echo "EPICS_MODULE_TAG:=$(EPICS_MODULE_TAG), origin : $(origin EPICS_MODULE_TAG)"
$(QUIET)echo "EPICS_MODULE_TAG:=$(EPICS_MODULE_TAG), origin : $(origin EPICS_MODULE_TAG)"
$(QUIET)echo "E3_MODULE_VERSION:=$(E3_MODULE_VERSION), origin : $(origin E3_MODULE_VERSION)"
$(QUIET)echo "E3_MODULE_VERSION:=$(E3_MODULE_VERSION), origin : $(origin E3_MODULE_VERSION)"
# https://www.cmcrossroads.com/article/printing-value-makefile-variable
# https://www.cmcrossroads.com/article/printing-value-makefile-variable
print-%:
print-%:
$(QUIET)echo $* = $($*)
$(QUIET)echo $* = $($*)
...
...
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