comparison 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
comparison
equal deleted inserted replaced
46:f297861532cf 47:3cc7897a6582
1 #!/bin/sh
2 # This shell script automates the process of preparing packaged binary
3 # releases of this firmware.
4
5 set -e
6 mkdir -p relpkg
7 for f in mfw-build.map mfw-build.out mfw-build.progbin str2ind.tab
8 do
9 cp -p mfw-build/$f relpkg
10 done
11 cp -p ../compal-flash-boot-for-fc.bin relpkg
12 sed -e 's,mfw-build/,,' flash-mfw > relpkg/flash-it