From afdd12955841217ee8b95f8378204deb2fcdad34 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 12 Mar 2019 00:26:53 -0600 Subject: created directory for Fireflies UI --- spaghetti-monster/fireflies-ui/build-all.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 spaghetti-monster/fireflies-ui/build-all.sh (limited to 'spaghetti-monster/fireflies-ui/build-all.sh') diff --git a/spaghetti-monster/fireflies-ui/build-all.sh b/spaghetti-monster/fireflies-ui/build-all.sh new file mode 100755 index 0000000..41d92d0 --- /dev/null +++ b/spaghetti-monster/fireflies-ui/build-all.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +cp -av ../anduril/cfg-ff*.h . + +UI=fireflies-ui + +for TARGET in cfg-*.h ; do + NAME=$(echo "$TARGET" | perl -ne '/cfg-(.*).h/ && print "$1\n";') + echo "===== $NAME =====" + echo ../../../bin/build.sh 85 "$UI" "-DCONFIGFILE=${TARGET}" + ../../../bin/build.sh 85 "$UI" "-DCONFIGFILE=${TARGET}" + mv -f "$UI".hex "$UI".$NAME.hex +done -- cgit v1.2.3