From c704db6b96dcf99cc8214a2c505ae7bee7fa9876 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 Aug 2006 21:53:26 +0000 Subject: Brand new repolished menu for selecting target. Renumbered all options and I've tried to group them better and easier under each manufacturer. This also means that we've now entirely decoupled the menu selection number from the target_id number used within configure and passed along to the build system. I also hushed up the script before the main selection menu is written to the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10814 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 90 ++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 49 deletions(-) diff --git a/tools/configure b/tools/configure index 9dfa0fdd3b..2f766d80e4 100755 --- a/tools/configure +++ b/tools/configure @@ -386,10 +386,6 @@ fi # get our current directory pwd=`pwd`; -echo "This script will setup your Rockbox build environment." -echo "Further docs here: http://www.rockbox.org/" -echo "" - if [ -z "$rootdir" ]; then ################################################################## # Figure out where the source code root is! @@ -418,10 +414,6 @@ if [ -z "$rootdir" ]; then cd $rootdir rootdir=`pwd` - echo "Using this source code root directory:" - echo $rootdir - echo "" - # cd back to the build dir cd $now fi @@ -437,22 +429,20 @@ toolsdir='\$(ROOTDIR)/tools' # echo "Enter target platform:" - - echo "1 - Archos Player/Studio 16 - iPod 3G" - echo "2 - Archos Recorder 17 - iPod 4G (Grayscale)" - echo "3 - Archos FM Recorder 18 - iPod Mini (1G)" - echo "4 - Archos Recorder v2 19 - iriver iFP-790" - echo "5 - Archos Gmini 120 20 - Toshiba Gigabeat F" - echo "6 - Archos Gmini SP 21 - iPod Mini 2G" - echo "7 - Archos Ondio SP 22 - iriver H10 20Gb" - echo "8 - Archos Ondio FM 23 - SanDisk Sansa e200" - echo "9 - iriver H120/H140 24 - iriver H10 5/6Gb" - echo "10 - iriver H320/H340" - echo "11 - iriver iHP-100/iHP-110/iHP-115" - echo "12 - iAudio X5" - echo "13 - iPod Color/Photo" - echo "14 - iPod Nano" - echo "15 - iPod Video" +cat <