From 812812e3f163a21640e51905baf42bca05acfdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 6 Jan 2010 13:41:16 +0100 Subject: Fix spelling, remove obsolete command --- otp_build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/otp_build b/otp_build index 186c6c6363..2503b09064 100755 --- a/otp_build +++ b/otp_build @@ -26,7 +26,7 @@ clearmake=false # Global configuration variables # -# NOTE: lazy_configure depends on '.' allways being last directory +# NOTE: lazy_configure depends on '.' always being last directory if [ -z "$ONLY_ERTS" ]; then AUTOCONF_SUBDIRS="lib lib/*" fi @@ -42,7 +42,6 @@ usage () echo " configure [] - does the actual configuration" echo " smp [-a] - build a small Erlang system, smp flavor" echo " hybrid [-a] - build a small Erlang system, hybrid flavor" - echo " nofrag [-a] - build a small Erlang system, nofrag flavor" echo " boot [-a] - bootstraps and build system (after configure)" echo " release - creates a small release to " echo " release [-a] - creates full release to " @@ -1309,7 +1308,7 @@ case "$1" in do_lazy_configure_target_clean;; opt) do_boot;; - plain|smp|hybrid|nofrag) + plain|smp|hybrid) if [ $minus_a_flag = false ]; then TYPE=opt fi; -- cgit v1.2.3