From 020bf4bea3a08a1ffe7fe1f21a8ae0dae4b13f43 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 14 Nov 2018 17:58:16 -0700 Subject: Made build script print the command it runs, so it'll be easier to copy/paste individual parts for single builds. --- spaghetti-monster/anduril/build-all.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/build-all.sh b/spaghetti-monster/anduril/build-all.sh index 34df732..754835f 100755 --- a/spaghetti-monster/anduril/build-all.sh +++ b/spaghetti-monster/anduril/build-all.sh @@ -19,6 +19,7 @@ for TARGET in \ SOFIRN_SP36 \ ; do echo "===== $TARGET =====" + echo ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER" ../../../bin/build.sh 85 "$UI" "-DFSM_${TARGET}_DRIVER" mv -f "$UI".hex "$UI".$TARGET.hex done -- cgit v1.2.3