diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-21 15:30:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-21 15:30:30 +0000 |
commit | e78ddc3b889b2e083a753337ba38ace217f5c055 (patch) | |
tree | fe6a389b2c7c0e07876f17bc2f398013d6fdd2d8 /bootstrap | |
parent | f29a88e9f4bbe0c708b501e79927c6f89fe87426 (diff) | |
download | pkgsrc-e78ddc3b889b2e083a753337ba38ace217f5c055.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-x | bootstrap/bootstrap | 4 |
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" |