Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting the...
[kugel-rb.git] / tools / checkwps / cleanall.sh
blob19a3aec6fbac88a807f5beb98c0e89bf6fb80842
1 #!/bin/sh
2 rootdir=`dirname $0`
3 outdir=$rootdir/output
5 make clean # make clean the build dir first
6 rm -f autoconf.h
7 rm -f Makefile
8 cat $rootdir/targets.txt | (
9 while read target model
11 rm -f $outdir/checkwps.$model # then delete any output/checkwps.*
12 rmdir $outdir > /dev/null 2>&1
13 done