From bb8e087d25d9e5b2405823c83905a42c80a41ff7 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 23 Nov 2005 20:45:11 +0000 Subject: Changed the file extension of BROKENWRKLOG from ".html" to ".txt". This is mostly a cosmetic change. The motives for this change are that the HTML files only consisted of "
", the properly quoted text/plain contents
 and "
". There has been no documentation of reasons for encoding plain text in HTML unnecessarily, so this change will produce text/plain files instead. Another change is that instead of appending to the BROKENWRKSRC, the file is overwritten each time. In a single bulk build this will not change anything. Only when the package is built multiple times in a single bulk build, the behavior will differ. Ok'ed by agc. --- mk/bulk/bsd.bulk-pkg.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mk/bulk') diff --git a/mk/bulk/bsd.bulk-pkg.mk b/mk/bulk/bsd.bulk-pkg.mk index 0e6565f87ff..827541a960f 100644 --- a/mk/bulk/bsd.bulk-pkg.mk +++ b/mk/bulk/bsd.bulk-pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.bulk-pkg.mk,v 1.105 2005/11/20 09:52:51 agc Exp $ +# $NetBSD: bsd.bulk-pkg.mk,v 1.106 2005/11/23 20:45:11 rillig Exp $ # # Copyright (c) 1999, 2000 Hubert Feyrer @@ -88,7 +88,7 @@ BULK_ID?= BROKENFILE?= .broken${BULK_ID}.html # This file is the work log for a broken package -BROKENWRKLOG?= .broken${BULK_ID}.work.html +BROKENWRKLOG?= .broken${BULK_ID}.work.txt # This file is human-created to force a package to show up as broken # (it is never cleaned by the bulk build, and contains the broken reason) @@ -430,11 +430,7 @@ bulk-package: else \ ${MV} ${_BUILDLOG:Q} ${_BROKENFILE:Q} ;\ if [ -f "${WRKLOG}" ]; then \ - (${ECHO} "
"; \
-				${ECHO} ""; \
-				${TO_HTML} ${WRKLOG}; \
-				${ECHO} "
"; \ - ) >> ${_BROKENWRKLOG:Q}; \ + ${CP} ${WRKLOG:Q} ${_BROKENWRKLOG:Q}; \ fi; \ ( \ if [ -f "${_BROKENWRKLOG:Q}" ]; then \ -- cgit v1.2.3