FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 133:118c25581538
doc/Compiling: TRACEMASK_IN_FFS config var addition documented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Nov 2018 07:19:05 +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