From 6f9587ddebf5bd486f9ad85954d3268561e21ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 20 Jan 2005 20:09:25 +0000 Subject: [PATCH] The build target now defaults to "haiku", not $platform. Updated the help text with respect to the bochs debug output hack. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10913 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4200431c0c..8e961a9fd5 100755 --- a/configure +++ b/configure @@ -16,7 +16,8 @@ Usage: $0 options: --floppy Specifies the location of the floppy (device or image). - --bochs-debug Activates bochs serial debug emulation. + --bochs-debug Enables bochs serial debug emulation (activated + via kernel settings file). --target=TARGET Select build target platform. [default=${target}] valid targets=r5,bone,dano,haiku --include-gpl-addons Include GPL licensed add-ons. @@ -72,7 +73,7 @@ case "$revision" in 5.1) target=dano ;; 5.0.4) target=bone ;; 5.0*) target=r5 ;; - *) target="$platform" ;; + *) target=haiku ;; esac # parse parameters