From 672b0e26f31243ff57c7b65212d1d062d2c1cb45 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 17 Oct 2002 09:19:34 +0000 Subject: 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 --- tools/configure | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index b62e82ad52..ea213b8750 100755 --- a/tools/configure +++ b/tools/configure @@ -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 -- cgit v1.2.3