From 1d1fa41b2089c5f94a092d60b2b0d37d4f06ffa1 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 12 Jun 2011 11:40:20 +0000 Subject: Remove Manual option from configure script. Building the manual requires to use the manual make target, and it can be invoked from a normal build configuration. Having a separate configure option isn't necessary anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29994 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/tools/configure b/tools/configure index 473b7b4f54..caefce7ba3 100755 --- a/tools/configure +++ b/tools/configure @@ -3198,13 +3198,13 @@ fi # this case $modelname in iriverifp7xx) - gdbstub="(G)DB stub, " + gdbstub=", (G)DB stub" ;; sansae200r|sansae200) - gdbstub="(I)nstaller, " + gdbstub=", (I)nstaller" ;; sansac200) - gdbstub="(E)raser, " + gdbstub=", (E)raser" ;; *) ;; @@ -3212,7 +3212,7 @@ esac if [ "$ARG_TYPE" ]; then btype=$ARG_TYPE else - echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool, $gdbstub(M)anual: (Defaults to N)" + echo "Build (N)ormal, (A)dvanced, (S)imulator, (B)ootloader, (C)heckWPS, (D)atabase tool$gdbstub: (Defaults to N)" btype=`input`; fi @@ -3292,11 +3292,6 @@ fi esac echo "GDB stub build selected" ;; - [Mm]) - toolset=''; - apps="manual" - echo "Manual build selected" - ;; [Cc]) uname=`uname` simcc "checkwps" -- cgit v1.2.3