view g23m/pkg-release.sh @ 47:3cc7897a6582

binary release automation script added
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 12 Nov 2015 06:03:27 +0000
parents
children
line wrap: on
line source

#!/bin/sh
# This shell script automates the process of preparing packaged binary
# releases of this firmware.

set -e
mkdir -p relpkg
for f in mfw-build.map mfw-build.out mfw-build.progbin str2ind.tab
do
	cp -p mfw-build/$f relpkg
done
cp -p ../compal-flash-boot-for-fc.bin relpkg
sed -e 's,mfw-build/,,' flash-mfw > relpkg/flash-it