aboutsummaryrefslogtreecommitdiffstats
path: root/otp_build
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-01-06 13:41:16 +0100
committerBjörn Gustavsson <[email protected]>2010-01-12 08:35:30 +0100
commit812812e3f163a21640e51905baf42bca05acfdd6 (patch)
tree6b9b5202d124d8a1bb2b72f0b813f3caf661cd13 /otp_build
parent9c1b2d0c4dde604e46edf8d45000ab1d71dd3fa3 (diff)
downloadotp-812812e3f163a21640e51905baf42bca05acfdd6.tar.gz
otp-812812e3f163a21640e51905baf42bca05acfdd6.tar.bz2
otp-812812e3f163a21640e51905baf42bca05acfdd6.zip
Fix spelling, remove obsolete command
Diffstat (limited to 'otp_build')
-rwxr-xr-xotp_build5
1 files 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 [<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;