diff options
| author | Selene ToyKeeper | 2018-08-18 15:22:43 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-08-18 15:22:43 -0600 |
| commit | 5c8c192b491926ed5163b1917c3ac9ea9db36937 (patch) | |
| tree | b22efc9b048c3f65cada3294d60f685bec8883f7 /spaghetti-monster/rampingios | |
| parent | merged updates from fsm branch, including RampingIOS V3 and Werner UIs... (diff) | |
| download | anduril-5c8c192b491926ed5163b1917c3ac9ea9db36937.tar.gz anduril-5c8c192b491926ed5163b1917c3ac9ea9db36937.tar.bz2 anduril-5c8c192b491926ed5163b1917c3ac9ea9db36937.zip | |
Removed symlinks to fix Windows checkouts. Copies those files from their originals on each build instead.
Diffstat (limited to 'spaghetti-monster/rampingios')
| -rwxr-xr-x | spaghetti-monster/rampingios/build-all.sh | 8 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-blf-gt.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-blf-q8.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-emisar-d1.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-emisar-d1s.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-emisar-d4.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-emisar-d4s-219c.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-emisar-d4s.h | 1 | ||||
| l--------- | spaghetti-monster/rampingios/cfg-fw3a.h | 1 |
9 files changed, 6 insertions, 10 deletions
diff --git a/spaghetti-monster/rampingios/build-all.sh b/spaghetti-monster/rampingios/build-all.sh index 003a28c..bafbf25 100755 --- a/spaghetti-monster/rampingios/build-all.sh +++ b/spaghetti-monster/rampingios/build-all.sh @@ -1,5 +1,9 @@ #!/bin/sh +cp -av ../anduril/cfg*.h . + +UI=rampingiosv3 + for TARGET in \ BLF_GT \ BLF_Q8 \ @@ -11,6 +15,6 @@ for TARGET in \ FW3A \ ; do echo "===== $TARGET =====" - ../../../bin/build-85.sh rampingiosv3 "-DFSM_${TARGET}_DRIVER" - mv -f rampingiosv3.hex rampingiosv3.$TARGET.hex + ../../../bin/build-85.sh "$UI" "-DFSM_${TARGET}_DRIVER" + mv -f "$UI".hex "$UI".$TARGET.hex done diff --git a/spaghetti-monster/rampingios/cfg-blf-gt.h b/spaghetti-monster/rampingios/cfg-blf-gt.h deleted file mode 120000 index 5e10228..0000000 --- a/spaghetti-monster/rampingios/cfg-blf-gt.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-blf-gt.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-blf-q8.h b/spaghetti-monster/rampingios/cfg-blf-q8.h deleted file mode 120000 index fe84054..0000000 --- a/spaghetti-monster/rampingios/cfg-blf-q8.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-blf-q8.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-emisar-d1.h b/spaghetti-monster/rampingios/cfg-emisar-d1.h deleted file mode 120000 index f8b4c9b..0000000 --- a/spaghetti-monster/rampingios/cfg-emisar-d1.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-emisar-d1.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-emisar-d1s.h b/spaghetti-monster/rampingios/cfg-emisar-d1s.h deleted file mode 120000 index b6cfba6..0000000 --- a/spaghetti-monster/rampingios/cfg-emisar-d1s.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-emisar-d1s.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-emisar-d4.h b/spaghetti-monster/rampingios/cfg-emisar-d4.h deleted file mode 120000 index fb74f2c..0000000 --- a/spaghetti-monster/rampingios/cfg-emisar-d4.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-emisar-d4.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-emisar-d4s-219c.h b/spaghetti-monster/rampingios/cfg-emisar-d4s-219c.h deleted file mode 120000 index f1c90f0..0000000 --- a/spaghetti-monster/rampingios/cfg-emisar-d4s-219c.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-emisar-d4s-219c.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-emisar-d4s.h b/spaghetti-monster/rampingios/cfg-emisar-d4s.h deleted file mode 120000 index 4a03321..0000000 --- a/spaghetti-monster/rampingios/cfg-emisar-d4s.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-emisar-d4s.h
\ No newline at end of file diff --git a/spaghetti-monster/rampingios/cfg-fw3a.h b/spaghetti-monster/rampingios/cfg-fw3a.h deleted file mode 120000 index 5bc8b21..0000000 --- a/spaghetti-monster/rampingios/cfg-fw3a.h +++ /dev/null @@ -1 +0,0 @@ -../anduril/cfg-fw3a.h
\ No newline at end of file |
