From 3ca9946cb1198272bddff3b0824868507289ab5a Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 2 Feb 2009 00:19:32 +0000 Subject: Checkwps: the scripts of course shouldn't be searching for output files in rootdir.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19901 a1c6a512-1295-4272-9138-f99709370657 --- tools/checkwps/buildall.sh | 2 +- tools/checkwps/cleanall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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` cat $rootdir/targets.txt | ( while read target model do - rm -f $rootdir/checkwps.$model + rm -f checkwps.$model make -s -C $rootdir MODEL=$model TARGET=$target checkwps done ) 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` cat $rootdir/targets.txt | ( while read target model do - rm -f $rootdir/checkwps.$model + rm -f checkwps.$model done ) -- cgit v1.2.3