summaryrefslogtreecommitdiffstats
path: root/rtems
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-09-16 16:57:13 +1000
committerChris Johns <chrisj@rtems.org>2022-09-16 16:57:13 +1000
commite5474149787f1fb635266f0c3150d7bdbfec9450 (patch)
tree678927fd6b68cf5e4e2f8c829a01cadd8fb22afd /rtems
parentsb/setbuilder: Install the build when stagging or configured to install (diff)
downloadrtems-source-builder-e5474149787f1fb635266f0c3150d7bdbfec9450.tar.bz2
testproc/gsed: Do not use %include with internal builds
Diffstat (limited to 'rtems')
-rw-r--r--rtems/config/tools/rtems-default-tools.bset3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems/config/tools/rtems-default-tools.bset b/rtems/config/tools/rtems-default-tools.bset
index 8ec6721..b81f1e8 100644
--- a/rtems/config/tools/rtems-default-tools.bset
+++ b/rtems/config/tools/rtems-default-tools.bset
@@ -5,7 +5,8 @@
# GCC requires a GNU sed so build an internal version if one is not
# available
#
-%include textproc/gsed-internal.bset
+%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
+textproc/gsed-internal
#
# Build gdb first to raise the Python install error as early as