pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Since bootstrap happens quite early and it's...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d174e807eef4
branches:  trunk
changeset: 516469:d174e807eef4
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 21 15:30:30 2006 +0000

description:
Since bootstrap happens quite early and it's hard to get good debugging
output for bug reports, build with PKG_VERBOSE defined.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 898526c20ad7 -r d174e807eef4 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Jul 21 15:16:39 2006 +0000
+++ b/bootstrap/bootstrap       Fri Jul 21 15:30:30 2006 +0000
@@ -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 @@
 
 # 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"



Home | Main Index | Thread Index | Old Index