pkgsrc/mk/extract
jlam 8c10d39139 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.
2006-06-09 13:59:06 +00:00
..
bsd.extract-vars.mk Move some variable definitions out of bsd.prefs.mk and back into 2006-06-06 15:28:51 +00:00
bsd.extract.mk
extract
extract.mk Introduce the capability to gather all the warnings and errors that 2006-06-09 13:59:06 +00:00