crosstool-ng/maintainer/create-release.sh
Alexey Neyman 71d85c9e16 Include testing/ into the release.
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-11-26 23:50:47 -08:00

15 lines
245 B
Bash
Executable File

#!/bin/bash
set -ex
# Go to the top-level
topdir=`git rev-parse --show-toplevel`
if [ -z "${topdir}" ]; then
do_abort "Not in the Git clone"
fi
cd "${topdir}"
git clean -fxdq
./bootstrap
./configure --enable-local
make dist-create-release