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
This commit is contained in:
@@ -16,7 +16,8 @@ Usage: $0 <options>
|
||||
options:
|
||||
--floppy <floppy location> 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
|
||||
|
||||
Reference in New Issue
Block a user