diff options
author | Björn Gustavsson <[email protected]> | 2010-01-06 13:41:16 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-01-12 08:35:30 +0100 |
commit | 812812e3f163a21640e51905baf42bca05acfdd6 (patch) | |
tree | 6b9b5202d124d8a1bb2b72f0b813f3caf661cd13 | |
parent | 9c1b2d0c4dde604e46edf8d45000ab1d71dd3fa3 (diff) | |
download | otp-812812e3f163a21640e51905baf42bca05acfdd6.tar.gz otp-812812e3f163a21640e51905baf42bca05acfdd6.tar.bz2 otp-812812e3f163a21640e51905baf42bca05acfdd6.zip |
Fix spelling, remove obsolete command
-rwxr-xr-x | otp_build | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 [<configure parameters>] - 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 <target_dir> - creates a small release to <target_dir>" echo " release [-a] <target_dir> - creates full release to <target_dir>" @@ -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; |