1
0
Fork 0
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:
Robert Hak 2002-10-17 09:19:34 +00:00
parent 9465d4e59b
commit 672b0e26f3

9
tools/configure vendored
View file

@ -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