summaryrefslogtreecommitdiffstats
path: root/rtems-release
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-04-12 10:54:02 +1000
committerChris Johns <chrisj@rtems.org>2017-04-12 10:54:02 +1000
commitbcd2dd316232bdf8e7dafdaa971f33263801291e (patch)
tree001fbcc1fc00d23b4cdeb150bde671c356f3a4cc /rtems-release
parentKeep the tools and kernel source in the `sources` directory. (diff)
downloadrtems-release-bcd2dd316232bdf8e7dafdaa971f33263801291e.tar.bz2
Use defaults for compress.
The threading option is added to the XZ command.
Diffstat (limited to 'rtems-release')
-rwxr-xr-xrtems-release3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtems-release b/rtems-release
index 28c92e3..341fe90 100755
--- a/rtems-release
+++ b/rtems-release
@@ -81,7 +81,8 @@ build rtems-source-builder ${version} ${revision} rtems-release-rsb-version
if [ ${rtems_examples} = yes ]; then
build examples-v2 ${version} ${revision}
# Hack around the repo naming.
- mv ${release}/examples-v2-${release}.tar.xz ${release}/rtems-examples-v2-${release}.tar.xz
+ mv ${release}/examples-v2-${release}.tar.${comp_ext} \
+ ${release}/rtems-examples-v2-${release}.tar.${comp_ext}
fi
if [ ${rtems_libbsd} = yes ]; then
build rtems-libbsd ${version} ${revision}