crosstool-ng/maintainer/create-release.sh
Alexey Neyman 2d6ecbda6b Move the last bits of release creation into Makefile.am
Fixes #938.

Signed-off-by: Alexey Neyman <stilor@att.net>
2018-09-29 10:24:18 -07:00

14 lines
229 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}"
./bootstrap
./configure --enable-local
make dist-create-release