From 3264219c8c122dd3fc01bb06bc0de602667b63db Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 12 Jun 2011 17:46:02 +0000 Subject: order the options alphabetically - makes it much easier to see what options there are. no functional change. --- bootstrap/bootstrap | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'bootstrap') 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 # All rights reserved. @@ -50,23 +50,24 @@ pkgsrcdir=`dirname "${bootstrapdir}"` wrkdir="`pwd`/work" usage="Usage: $0 "' - [ --workdir ] - [ --prefix ] - [ --pkgdbdir ] - [ --pkgmandir ] - [ --sysconfdir ] - [ --varbase ] - [ --unprivileged | --ignore-user-check ] - [ --preserve-path ] - [ --compiler ] [ --abi [32|64] ] - [ --mk-fragment ] [ --binary-kit ] - [ --gzip-binary-kit ] [ --binary-macpkg ] + [ --compiler ] [ --full ] + [ --gzip-binary-kit ] + [ --help ] + [ --mk-fragment ] + [ --pkgdbdir ] + [ --pkgmandir ] + [ --prefix ] + [ --preserve-path ] [ --quiet ] - [ --help ]' + [ --sysconfdir ] + [ --unprivileged | --ignore-user-check ] + [ --varbase ] + [ --workdir ] +' # this replicates some of the logic in bsd.prefs.mk. until # bootstrap-pkgsrc is merged into pkgsrc, we need to determine the -- cgit v1.2.3