Files
padavan-ng/toolchain/maintainer/create-release.sh
Maxim Anisimov c811367ae4 toolchain: update to 7.4.0
upstream ref eb72b4eb1ded5492ba839cb1aa33cbe9f5f11584
2018-12-21 07:34:05 +00: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