FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 145:d606941f1286
tms470/makefile-frags/link-steps: emit target name and source version
into the firmware version ID string
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 06 Feb 2019 22:22:39 +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