summaryrefslogtreecommitdiff
path: root/tools/checkwps/cleanall.sh
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-29 21:49:44 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-12-29 21:49:44 +0000
commit074b2504e48dc4d5c31cd6dc979b92561cc4b707 (patch)
tree3dc0708dd7880342c88496a2085fb20d5815cff7 /tools/checkwps/cleanall.sh
parente15a0c911846d974e0a5d202b30864a0725ff839 (diff)
downloadrockbox-074b2504e48dc4d5c31cd6dc979b92561cc4b707.tar.gz
rockbox-074b2504e48dc4d5c31cd6dc979b92561cc4b707.zip
Checkwps: use script for getting the targets instead of hardcoded file (fixes checkwps due to target renaming)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24122 a1c6a512-1295-4272-9138-f99709370657
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.*