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
6f39b03d
Commit
6f39b03d
authored
4 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Removed require conditional
parent
fced7a75
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
require-ess/tools/driver.makefile
+3
-12
3 additions, 12 deletions
require-ess/tools/driver.makefile
with
3 additions
and
12 deletions
require-ess/tools/driver.makefile
+
3
−
12
View file @
6f39b03d
...
@@ -535,18 +535,11 @@ EPICS_INCLUDES =
...
@@ -535,18 +535,11 @@ EPICS_INCLUDES =
# Add include directory of foreign modules to include file search path.
# Add include directory of foreign modules to include file search path.
#
#
# The default behaviour is to start with <module>_VERSION and to select the highest
# The default behaviour is to start with <module>_VERSION and to select the highest
# available build number, unless
otherw
is
e
specified. This is determined with the
# available build number, unless
a build no.
is specified. This is determined with the
# shell script build_number.sh included with require.
# shell script build_number.sh included with require.
#
# Note that we do not perform this search when building require as
# 1. require has no dependencies
# 2. build_number.sh is not installed yet, so ADD_OTHER_INCLUDES complains
# when searching EPICS_MODULES (= $(EPICS_BASE))
ifneq
($(strip $(PRJ)),require)
define
FETCH_BUILD_NUMBER
define
FETCH_BUILD_NUMBER
$(
shell
$
(
E3_REQUIRE_TOOLS
)
/build_number.sh
$(
1
)
$(
2
)
$($(
2
)
_VERSION
))
$(
shell
$
{
MAKEHOME
}
/build_number.sh
$(
1
)
$(
2
)
$($(
2
)
_VERSION
))
endef
endef
define
ADD_INCLUDES_TEMPLATE
define
ADD_INCLUDES_TEMPLATE
...
@@ -554,9 +547,7 @@ INSTALL_INCLUDES += $$(patsubst %,-I${2}/$(1)/%/include,$$(call FETCH_BUILD_NUMB
...
@@ -554,9 +547,7 @@ INSTALL_INCLUDES += $$(patsubst %,-I${2}/$(1)/%/include,$$(call FETCH_BUILD_NUMB
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
${
E3_SITEAPPS_PATH
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
E3_SITEAPPS_PATH
))))
$(
foreach
m,
$(
filter-out
$(
PRJ
)
,
$(
notdir
$(
wildcard
${
E3_SITEAPPS_PATH
}
/
*
)))
,
$(
eval
$(
call ADD_INCLUDES_TEMPLATE,
$m
,
$(
E3_SITEAPPS_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
))))
endif
BASERULES
=
${
EPICS_BASE
}
/configure/RULES
BASERULES
=
${
EPICS_BASE
}
/configure/RULES
...
...
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