From 074b2504e48dc4d5c31cd6dc979b92561cc4b707 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 29 Dec 2009 21:49:44 +0000 Subject: 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 --- tools/checkwps/cleanall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/checkwps/cleanall.sh') 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 make clean # make clean the build dir first rm -f autoconf.h rm -f Makefile -cat $rootdir/targets.txt | ( +awk -f $rootdir/parse_configure.awk $rootdir/../configure | ( while read target model do rm -f $outdir/checkwps.$model # then delete any output/checkwps.* -- cgit v1.2.3