Fix a tyop and align properly
This commit is contained in:
parent
d72d03c5d7
commit
f6d990e7e4
6
build.sh
6
build.sh
|
@ -1,5 +1,5 @@
|
|||
#! /usr/bin/env sh
|
||||
# $NetBSD: build.sh,v 1.174 2007/09/01 09:32:19 jnemeth Exp $
|
||||
# $NetBSD: build.sh,v 1.175 2007/09/18 12:57:37 agc Exp $
|
||||
#
|
||||
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -525,7 +525,7 @@ Usage: ${progname} [-EnorUux] [-a arch] [-B buildid] [-C cddir] [-D dest]
|
|||
syspkgs Create syspkgs in RELEASEDIR/MACHINE/binary/syspkgs.
|
||||
iso-image Create CD-ROM image in RELEASEDIR/iso.
|
||||
iso-image-source Create CD-ROM image with source in RELEASEDIR/iso.
|
||||
iso-dir=cddir Add the contents of \`cddir' to an CD-ROM image.
|
||||
iso-dir=cddir Add the contents of \`cddir' to a CD-ROM image.
|
||||
params Display various make(1) parameters.
|
||||
|
||||
Options:
|
||||
|
@ -1096,7 +1096,7 @@ createmakewrapper()
|
|||
eval cat <<EOF ${makewrapout}
|
||||
#! ${HOST_SH}
|
||||
# Set proper variables to allow easy "make" building of a NetBSD subtree.
|
||||
# Generated from: \$NetBSD: build.sh,v 1.174 2007/09/01 09:32:19 jnemeth Exp $
|
||||
# Generated from: \$NetBSD: build.sh,v 1.175 2007/09/18 12:57:37 agc Exp $
|
||||
# with these arguments: ${_args}
|
||||
#
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue