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
6ca84f4e
Commit
6ca84f4e
authored
4 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Force project to be lowercase
parent
7650f8d3
No related branches found
No related tags found
1 merge request
!7
Submodule merge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
App/tools/driver.makefile
+6
-1
6 additions, 1 deletion
App/tools/driver.makefile
with
7 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
6ca84f4e
...
...
@@ -14,3 +14,4 @@ dkms.conf
.#*
\#*
.cvsignore
.vscode
\ No newline at end of file
This diff is collapsed.
Click to expand it.
App/tools/driver.makefile
+
6
−
1
View file @
6ca84f4e
...
...
@@ -159,6 +159,9 @@ MODULE=
PROJECT
=
PRJDIR
:=
$(
subst -,_,
$(
subst .,_,
$(
notdir
$(
patsubst %Lib,%,
$(
patsubst %/snl,%,
$(
patsubst %/src,%,
${
PWD
}))))))
PRJ
=
$(
strip
$(
or
${
MODULE
}
,
${
PROJECT
}
,
${
PRJDIR
}))
# To keep consistent between conda/nfs, we will force all modules to be lowercase.
PRJ
:=
$(
shell
echo
$(
PRJ
)
|
tr
'[:upper:]'
'[:lower:]'
)
export
PRJ
OS_CLASS_LIST
=
$(
BUILDCLASSES
)
...
...
@@ -1110,4 +1113,6 @@ endif # EPICSVERSION defined
##
## Monday, September 9 15:25:53 CEST 2019 : Revert E3_SITEMODS_PATH from E3_SITELIBS_PATH in the snc path
##
## Tuesday, June 30 2020
:
Combine NFS E3 driver.makefile with conda version
\ No newline at end of file
## Tuesday, June 30 2020 : Combine NFS E3 driver.makefile with conda version
##
## Friday, July 3 2020
:
Force all module names to be lowercase
,
to allow consistency between conda/nfs startup scripts.
\ No newline at end of file
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