summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-12-26 16:45:57 +0000
committerdmcmahill <dmcmahill>2000-12-26 16:45:57 +0000
commite460abd7348d8f00ea7071b9c718674c87656d4e (patch)
treec159b5716eb4a54c9280826c9ee7605edc225660 /mk/bulk/build.conf-example
parenta9ebc33d5f235c52d136ceb29d66b6525ba82542 (diff)
downloadpkgsrc-e460abd7348d8f00ea7071b9c718674c87656d4e.tar.gz
- get the BROKENFILE setting from `make show-var VARNAME=BROKENFILE` rather than
hard coding it. - explicitly only add $BROKENFILE's to the output rather than .broken.* This makes things work correctly when /usr/pkgsrc is shared among several machines which might use .broken.`hostname` for its broken file logs.
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index 237c7edf9ae..7e9738046f9 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.5 2000/12/22 01:35:33 dmcmahill Exp $
+# $NetBSD: build.conf-example,v 1.6 2000/12/26 16:45:57 dmcmahill Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -38,6 +38,8 @@ PRUNEDISTFILES=yes
### No changes should be needed below this line !!!
###########################################################################
+BROKENFILE=`( cd $USR_PKGSRC/pkgtools/pkglint ; make show-var VARNAME=BROKENFILE )`;
+
# Name of the (generated) HTML file which lists all broken pkgs
REPORT="$FTP/broken.html"