summaryrefslogtreecommitdiff
path: root/tools/checkwps/cleanall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/cleanall.sh')
-rwxr-xr-xtools/checkwps/cleanall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/cleanall.sh b/tools/checkwps/cleanall.sh
index 19a3aec6fb..4b3c72bd23 100755
--- a/tools/checkwps/cleanall.sh
+++ b/tools/checkwps/cleanall.sh
@@ -5,7 +5,7 @@ outdir=$rootdir/output
5make clean # make clean the build dir first 5make clean # make clean the build dir first
6rm -f autoconf.h 6rm -f autoconf.h
7rm -f Makefile 7rm -f Makefile
8cat $rootdir/targets.txt | ( 8awk -f $rootdir/parse_configure.awk $rootdir/../configure | (
9 while read target model 9 while read target model
10 do 10 do
11 rm -f $outdir/checkwps.$model # then delete any output/checkwps.* 11 rm -f $outdir/checkwps.$model # then delete any output/checkwps.*