forked from len0rd/rockbox
The wildcard case must be last in the case switch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5104 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc1e925c16
commit
ba056504ee
1 changed files with 10 additions and 10 deletions
20
tools/configure
vendored
20
tools/configure
vendored
|
|
@ -265,16 +265,6 @@ if [ -z "$archos" ]; then
|
|||
archosrom=""
|
||||
;;
|
||||
|
||||
*)
|
||||
archos="recorder"
|
||||
target="-DARCHOS_RECORDER"
|
||||
shcc
|
||||
tool="scramble"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
;;
|
||||
|
||||
3)
|
||||
archos="fmrecorder"
|
||||
target="-DARCHOS_FMRECORDER"
|
||||
|
|
@ -326,6 +316,16 @@ if [ -z "$archos" ]; then
|
|||
archosrom=""
|
||||
;;
|
||||
|
||||
*)
|
||||
archos="recorder"
|
||||
target="-DARCHOS_RECORDER"
|
||||
shcc
|
||||
tool="scramble"
|
||||
output="ajbrec.ajz"
|
||||
appextra="recorder"
|
||||
archosrom="$pwd/rombox.ucl"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
echo "Platform set to $archos"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue