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
64b67f73
Commit
64b67f73
authored
2 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
E3-894
: Some further removal of FETCH_BUILD_NUMBER
parent
8601a15d
No related branches found
No related tags found
1 merge request
!95
E3-894: Fix issue where non-existent versions would cause the build to hang
Pipeline
#117595
passed with warnings
2 years ago
Stage: check
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
require-ess/tools/driver.makefile
+2
-2
2 additions, 2 deletions
require-ess/tools/driver.makefile
with
2 additions
and
2 deletions
require-ess/tools/driver.makefile
+
2
−
2
View file @
64b67f73
...
@@ -457,7 +457,7 @@ INSTALL_INCLUDES =
...
@@ -457,7 +457,7 @@ INSTALL_INCLUDES =
# shell script build_number.sh included with require.
# shell script build_number.sh included with require.
define
ADD_INCLUDES_TEMPLATE
define
ADD_INCLUDES_TEMPLATE
INSTALL_INCLUDES
+=
$$(
patsubst %,-I
${
2
}
/
$
(
1
)
/%/include,
$$
(
call FETCH_BUILD_NUMBER,
$(
2
)
,
$(
1
))
)
INSTALL_INCLUDES
+=
$$(
patsubst %,-I
${
2
}
/
$
{
1
}
/%/include,
$$
{${
1
}
_VERSION
}
)
endef
endef
$(
foreach
m,
$(
filter-out
$(
PRJ
)
,
$(
notdir
$(
wildcard
${
E3_SITEMODS_PATH
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
E3_SITEMODS_PATH
))))
$(
foreach
m,
$(
filter-out
$(
PRJ
)
,
$(
notdir
$(
wildcard
${
E3_SITEMODS_PATH
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
E3_SITEMODS_PATH
))))
$(
foreach
m,
$(
filter-out
$(
PRJ
)
,
$(
notdir
$(
wildcard
${
EPICS_MODULES
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
EPICS_MODULES
))))
$(
foreach
m,
$(
filter-out
$(
PRJ
)
,
$(
notdir
$(
wildcard
${
EPICS_MODULES
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
EPICS_MODULES
))))
...
@@ -522,7 +522,7 @@ DBDFILES += $(patsubst %.stt,%_snl.dbd,$(notdir $(filter %.stt,${SRCS})))
...
@@ -522,7 +522,7 @@ DBDFILES += $(patsubst %.stt,%_snl.dbd,$(notdir $(filter %.stt,${SRCS})))
DBDFILES
+=
$(
patsubst %.gt,%.dbd,
$(
notdir
$(
filter %.gt,
${
SRCS
})))
DBDFILES
+=
$(
patsubst %.gt,%.dbd,
$(
notdir
$(
filter %.gt,
${
SRCS
})))
# snc location
# snc location
SNCALL
=
$(
shell
ls
-dv
$(
E3_SITEMODS_PATH
)
/sequencer/
$(
call FETCH_BUILD_NUMBER,
$(
E3_SITEMODS_PATH
)
,
sequencer
)
/bin/
$(
EPICS_HOST_ARCH
)
2> /dev/null
)
SNCALL
=
$(
shell
ls
-dv
$(
E3_SITEMODS_PATH
)
/sequencer/
$(
sequencer
_VERSION
)
/bin/
$(
EPICS_HOST_ARCH
)
2> /dev/null
)
)
SNC
=
$(
lastword
$(
SNCALL
))
/snc
SNC
=
$(
lastword
$(
SNCALL
))
/snc
ifneq
(,$(strip $(VLIBS)))
ifneq
(,$(strip $(VLIBS)))
...
...
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