Fix LUA red and yellow.
[kugel-rb.git] / tools / checkwps / cleanall.sh
blob4b3c72bd238afb8ea8ab17dad73b22582f4a8427
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 awk -f $rootdir/parse_configure.awk $rootdir/../configure | (
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