From 7e84eca891de4df59bcecc961eb93715d7eadbdb Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 9 Jun 2006 13:59:06 +0000 Subject: Introduce the capability to gather all the warnings and errors that are generated for a target and output them all at once at the conclusion of the target's invocation. The implementation is in bsd.pkg.error.mk, which defines a macro target "error-check" that will print out any non-empty warning and error files in ${WARNING_DIR} and ${ERROR_DIR} and exit appropriately if there were errors. Convert some targets that were just long sequences of ${ERROR_MSG} or ${WARNING_MSG} within a single shell statement to use the new delayed error output via error-check. Modify the compiler "fail" wrappers for C++ and Fortran to be less verbose during invocation. Instead collect the warnings and only print them at the end of the completed phase, e.g. after "configure" and/or "build" completes. --- mk/extract/extract.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/extract') diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk index 7ffce785ed2..41513acc437 100644 --- a/mk/extract/extract.mk +++ b/mk/extract/extract.mk @@ -1,4 +1,4 @@ -# $NetBSD: extract.mk,v 1.6 2006/06/09 08:20:30 jlam Exp $ +# $NetBSD: extract.mk,v 1.7 2006/06/09 13:59:08 jlam Exp $ # # The following variables may be set by the package Makefile and # specify how extraction happens: @@ -79,6 +79,7 @@ _REAL_EXTRACT_TARGETS+= pre-extract _REAL_EXTRACT_TARGETS+= do-extract _REAL_EXTRACT_TARGETS+= post-extract _REAL_EXTRACT_TARGETS+= extract-cookie +_REAL_EXTRACT_TARGETS+= error-check .PHONY: real-extract real-extract: ${_REAL_EXTRACT_TARGETS} -- cgit v1.2.3