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
c38fdf2f
Commit
c38fdf2f
authored
7 years ago
by
Jeong Han Lee
Browse files
Options
Downloads
Patches
Plain Diff
fixed undefine module name when we don't setup it
parent
d16e724f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure/CONFIG
+6
-2
6 additions, 2 deletions
configure/CONFIG
with
6 additions
and
2 deletions
configure/CONFIG
+
6
−
2
View file @
c38fdf2f
...
...
@@ -2,8 +2,12 @@
# The EPICS community MODULE name.
# For example, https://github.com/epics-module/devlib2
# devlib2 is EPICS_MODULE_NAME
#
# We have to use hard-coded require name, which we have to sync with
# e3-env REQUIRE
#
EPICS_MODULE_NAME:=$(REQUIRE)
EPICS_MODULE_NAME:=require
# (EPICS) EPICS_MODULE_TAG
# The EPICS community tag number, which we would like to install
...
...
@@ -32,7 +36,7 @@ export EPICS_MODULE_SRC_PATH:=$(EPICS_MODULE_NAME)
# should be maintained according to main repository evolving.
# some export variables in CONFIG file
# in order to build and install for EEE
ESS_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
export
ESS_MODULE_MAKEFILE:=$(EPICS_MODULE_NAME).Makefile
# (EEE) PROJECT
# it is the jargon of EEE, the EEE generic makefile uses it
...
...
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