diff options
author | agc <agc> | 2011-06-12 17:46:02 +0000 |
---|---|---|
committer | agc <agc> | 2011-06-12 17:46:02 +0000 |
commit | ed01d459ed5f4d169c860c2b4974b0f2311ab1cf (patch) | |
tree | 44eda84147756430c730aecbf771fe05f3e7a8fe /bootstrap | |
parent | 897ea4c06eaf677a3dddf671f6de8d22c7f8fe2b (diff) | |
download | pkgsrc-ed01d459ed5f4d169c860c2b4974b0f2311ab1cf.tar.gz |
order the options alphabetically - makes it much easier to see what options
there are.
no functional change.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index a98793aead2..9252b3fbcc7 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.168 2011/06/12 08:28:32 obache Exp $ +# $NetBSD: bootstrap,v 1.169 2011/06/12 17:46:02 agc Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -50,23 +50,24 @@ pkgsrcdir=`dirname "${bootstrapdir}"` wrkdir="`pwd`/work" usage="Usage: $0 "' - [ --workdir <workdir> ] - [ --prefix <prefix> ] - [ --pkgdbdir <pkgdbdir> ] - [ --pkgmandir <pkgmandir> ] - [ --sysconfdir <sysconfdir> ] - [ --varbase <varbase> ] - [ --unprivileged | --ignore-user-check ] - [ --preserve-path ] - [ --compiler <compiler> ] [ --abi [32|64] ] - [ --mk-fragment <mk.conf> ] [ --binary-kit <tarball> ] - [ --gzip-binary-kit <tarball> ] [ --binary-macpkg <pkg> ] + [ --compiler <compiler> ] [ --full ] + [ --gzip-binary-kit <tarball> ] + [ --help ] + [ --mk-fragment <mk.conf> ] + [ --pkgdbdir <pkgdbdir> ] + [ --pkgmandir <pkgmandir> ] + [ --prefix <prefix> ] + [ --preserve-path ] [ --quiet ] - [ --help ]' + [ --sysconfdir <sysconfdir> ] + [ --unprivileged | --ignore-user-check ] + [ --varbase <varbase> ] + [ --workdir <workdir> ] +' # this replicates some of the logic in bsd.prefs.mk. until # bootstrap-pkgsrc is merged into pkgsrc, we need to determine the |