summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkwps/buildall.sh2
-rwxr-xr-xtools/checkwps/cleanall.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/checkwps/buildall.sh b/tools/checkwps/buildall.sh
index 4a6f11a419..4e7f23cf24 100755
--- a/tools/checkwps/buildall.sh
+++ b/tools/checkwps/buildall.sh
@@ -4,7 +4,7 @@ rootdir=`dirname $0`
4cat $rootdir/targets.txt | ( 4cat $rootdir/targets.txt | (
5 while read target model 5 while read target model
6 do 6 do
7 rm -f $rootdir/checkwps.$model 7 rm -f checkwps.$model
8 make -s -C $rootdir MODEL=$model TARGET=$target checkwps 8 make -s -C $rootdir MODEL=$model TARGET=$target checkwps
9 done 9 done
10) 10)
diff --git a/tools/checkwps/cleanall.sh b/tools/checkwps/cleanall.sh
index 8310878fd5..860c3afae2 100755
--- a/tools/checkwps/cleanall.sh
+++ b/tools/checkwps/cleanall.sh
@@ -4,6 +4,6 @@ rootdir=`dirname $0`
4cat $rootdir/targets.txt | ( 4cat $rootdir/targets.txt | (
5 while read target model 5 while read target model
6 do 6 do
7 rm -f $rootdir/checkwps.$model 7 rm -f checkwps.$model
8 done 8 done
9) 9)