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
b3fd1f3d
Commit
b3fd1f3d
authored
3 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Removed some extra vars from configure/E3
parent
0d8662b6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
configure/CONFIG
+4
-0
4 additions, 0 deletions
configure/CONFIG
configure/E3/CONFIG_E3_MAKEFILE
+1
-0
1 addition, 0 deletions
configure/E3/CONFIG_E3_MAKEFILE
configure/E3/CONFIG_SHELL
+2
-0
2 additions, 0 deletions
configure/E3/CONFIG_SHELL
configure/E3/CONFIG_TEST
+2
-0
2 additions, 0 deletions
configure/E3/CONFIG_TEST
with
9 additions
and
0 deletions
configure/CONFIG
+
4
−
0
View file @
b3fd1f3d
...
@@ -29,6 +29,10 @@ include $(TOP)/configure/E3/CONFIG_EXPORT
...
@@ -29,6 +29,10 @@ include $(TOP)/configure/E3/CONFIG_EXPORT
include $(TOP)/configure/E3/CONFIG_TEST
include $(TOP)/configure/E3/CONFIG_TEST
VARS_EXCLUDES+=BASE_3_14
VARS_EXCLUDES+=BASE_3_15
VARS_EXCLUDES+=BASE_3_16
VARS_EXCLUDES+=BASE_7_0
VARS_EXCLUDES+=EPICS_VERSION
VARS_EXCLUDES+=EPICS_VERSION
VARS_EXCLUDES+=EPICS_REVISION
VARS_EXCLUDES+=EPICS_REVISION
VARS_EXCLUDES+=EPICS_MODIFICATION
VARS_EXCLUDES+=EPICS_MODIFICATION
...
...
This diff is collapsed.
Click to expand it.
configure/E3/CONFIG_E3_MAKEFILE
+
1
−
0
View file @
b3fd1f3d
...
@@ -34,3 +34,4 @@ E3_MODULE_MAKE_CMDS:=make $(E3_REQUIRE_MAKEFILE_INPUT_OPTIONS)
...
@@ -34,3 +34,4 @@ E3_MODULE_MAKE_CMDS:=make $(E3_REQUIRE_MAKEFILE_INPUT_OPTIONS)
## the following variables to display
## the following variables to display
VARS_EXCLUDES+=E3_REQUIRE_MAKEFILE_INPUT_OPTIONS
VARS_EXCLUDES+=E3_REQUIRE_MAKEFILE_INPUT_OPTIONS
VARS_EXCLUDES+=GIT_REMOTE_NAME
This diff is collapsed.
Click to expand it.
configure/E3/CONFIG_SHELL
+
2
−
0
View file @
b3fd1f3d
...
@@ -4,3 +4,5 @@ ifdef DEBUG_SHELL
...
@@ -4,3 +4,5 @@ ifdef DEBUG_SHELL
else
else
SHELL = /usr/bin/bash
SHELL = /usr/bin/bash
endif
endif
VARS_EXCLUDES += SHELL
This diff is collapsed.
Click to expand it.
configure/E3/CONFIG_TEST
+
2
−
0
View file @
b3fd1f3d
TEST_DIR:=$(TOP)/tests
TEST_DIR:=$(TOP)/tests
VARS_EXCLUDES+=TEST_DIR
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