another DESTDIR clarification

This commit is contained in:
lukem 2003-01-31 01:38:35 +00:00
parent 2a81b2dfea
commit e6d083f5b9
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/env sh
# $NetBSD: build.sh,v 1.88 2003/01/26 13:12:05 lukem Exp $
# $NetBSD: build.sh,v 1.89 2003/01/31 01:38:35 lukem Exp $
#
# Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -239,7 +239,7 @@ Usage: ${progname} [-EnorUu] [-a arch] [-B buildid] [-D dest] [-j njob] [-M obj]
Build operations (all imply "obj" and "tools"):
build Run "make build"
distribution Run "make distribution" (includes etc/ files)
distribution Run "make distribution" (includes DESTDIR/etc/ files)
release Run "make release" (includes kernels & distrib media)
Other operations:
@ -688,7 +688,7 @@ createmakewrapper()
eval cat <<EOF $makewrapout
#! /bin/sh
# Set proper variables to allow easy "make" building of a NetBSD subtree.
# Generated from: \$NetBSD: build.sh,v 1.88 2003/01/26 13:12:05 lukem Exp $
# Generated from: \$NetBSD: build.sh,v 1.89 2003/01/31 01:38:35 lukem Exp $
#
EOF