FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 131:11aef23ec647
RVTMUX_ON_MODEM default moved from configure-*.sh to targets/*.conf
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 19 Nov 2018 06:08:48 +0000 |
| parents | c8a4561ef581 |
| children |
line wrap: on
line source
#!/bin/sh set -e for i in * do echo $i if [ $i != config ] then (cd $i; make) fi done
