summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-06-12 11:40:20 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-06-12 11:40:20 +0000
commit1d1fa41b2089c5f94a092d60b2b0d37d4f06ffa1 (patch)
treed62b6788cc767a44db71b8e0349046282475b423 /tools
parenta3ed2c1552e87297a2276cdfa81ea23b046b0b21 (diff)
downloadrockbox-1d1fa41b2089c5f94a092d60b2b0d37d4f06ffa1.tar.gz
rockbox-1d1fa41b2089c5f94a092d60b2b0d37d4f06ffa1.zip
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure13
1 files 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"