Checkwps: move output files to current directory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3ca9946cb1
commit
304aefe802
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ cat $rootdir/targets.txt | (
|
|||
do
|
||||
rm -f checkwps.$model
|
||||
make -s -C $rootdir MODEL=$model TARGET=$target checkwps
|
||||
mv $rootdir/checkwps.$model ./checkwps.$model > /dev/null 2>&1
|
||||
done
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue