summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-21 15:30:30 +0000
committerjlam <jlam@pkgsrc.org>2006-07-21 15:30:30 +0000
commita0c229751dd55fc31609ffc11d90bc11e7681b87 (patch)
treefe6a389b2c7c0e07876f17bc2f398013d6fdd2d8 /bootstrap
parente4c8520953f6de468fdd8a4d171883a430dca7b2 (diff)
downloadpkgsrc-a0c229751dd55fc31609ffc11d90bc11e7681b87.tar.gz
Since bootstrap happens quite early and it's hard to get good debugging
output for bug reports, build with PKG_VERBOSE defined.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 3ba14b5cc0f..efe7b8e345e 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.72 2006/07/21 15:16:39 jlam Exp $
+# $NetBSD: bootstrap,v 1.73 2006/07/21 15:30:30 jlam Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -840,7 +840,7 @@ run_cmd "(cd ../pkgtools/pkg_install && $bmake MAKECONF=${MKCONF_EXAMPLE} WRKOBJ
# Install the man page.
echo_msg "Installing packages(7) man page"
-run_cmd "(cd ../pkgtools/pkgmanpages && $bmake MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir install)"
+run_cmd "(cd ../pkgtools/pkgmanpages && $bmake PKG_VERBOSE=yes MAKECONF=${MKCONF_EXAMPLE} WRKOBJDIR=$wrkobjdir install)"
echo ""
echo "Please remember to add $prefix/bin to your PATH environment variable"