forked from len0rd/rockbox
as dumb as i am, its amazing i can breath
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2696 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9465d4e59b
commit
672b0e26f3
1 changed files with 7 additions and 2 deletions
9
tools/configure
vendored
9
tools/configure
vendored
|
|
@ -17,7 +17,7 @@ input() {
|
|||
echo $response
|
||||
}
|
||||
|
||||
simul () {
|
||||
whichsim () {
|
||||
|
||||
if [ -z "$simver" ]; then
|
||||
|
||||
|
|
@ -38,6 +38,10 @@ if [ -z "$simver" ]; then
|
|||
;;
|
||||
esac
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
simul () {
|
||||
|
||||
##################################################################
|
||||
# Figure out where the firmware code is!
|
||||
|
|
@ -273,7 +277,7 @@ if [ -z "$debug" ]; then
|
|||
[Ss])
|
||||
debug="SIMULATOR=1"
|
||||
simulator="yes"
|
||||
simul
|
||||
whichsim
|
||||
;;
|
||||
[Dd])
|
||||
debug="DEBUG=1"
|
||||
|
|
@ -340,6 +344,7 @@ fi
|
|||
|
||||
if [ "yes" = "$simulator" ]; then
|
||||
# we have already dealt with the simulator Makefile separately
|
||||
simul
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue