summaryrefslogtreecommitdiff
path: root/tools/checkwps/buildall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkwps/buildall.sh')
-rwxr-xr-xtools/checkwps/buildall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/buildall.sh b/tools/checkwps/buildall.sh
index 8d0ad9fd21..b66bee224c 100755
--- a/tools/checkwps/buildall.sh
+++ b/tools/checkwps/buildall.sh
@@ -5,7 +5,7 @@ cat $rootdir/targets.txt | (
5 while read target model 5 while read target model
6 do 6 do
7 rm -f checkwps.$model 7 rm -f checkwps.$model
8 make -s -C $rootdir MODEL=$model TARGET=$target checkwps 8 make -s -C $rootdir MODELNAME=$model TARGETNAME=$target checkwps
9 mv $rootdir/checkwps.$model ./checkwps.$model > /dev/null 2>&1 9 mv $rootdir/checkwps.$model ./checkwps.$model > /dev/null 2>&1
10 done 10 done
11) 11)