pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk list all the extracted variables, not just som...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6e0a3d90746
branches:  trunk
changeset: 494162:a6e0a3d90746
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Thu May 19 22:58:21 2005 +0000

description:
list all the extracted variables, not just some of them

diffstat:

 mk/bulk/build |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r da7476513317 -r a6e0a3d90746 mk/bulk/build
--- a/mk/bulk/build     Thu May 19 22:23:06 2005 +0000
+++ b/mk/bulk/build     Thu May 19 22:58:21 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: build,v 1.51 2005/05/19 15:18:13 jlam Exp $
+# $NetBSD: build,v 1.52 2005/05/19 22:58:21 dillo Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -225,6 +225,13 @@
 echo "BROKENWRKLOG    = $BROKENWRKLOG"
 echo "BUILDLOG        = $BUILDLOG"
 echo "STARTFILE       = $STARTFILE"
+echo "AWK             = $AWK"
+echo "GREP            = $GREP"
+echo "SED             = $SED"
+echo "MAIL_CMD        = $MAIL_CMD"
+echo "MACHINE_ARCH    = $MACHINE_ARCH"
+echo "OPSYS           = $OPSYS"
+echo "OS_VERSION      = $OS_VERSION"
 echo "----------------------------------"
 
 # make sure we have values for these very important



Home | Main Index | Thread Index | Old Index