pkgsrc/mk/check
jlam 990d0b5377 Make the check-vulnerable target more self-sufficient, by moving some
of the logic from fetch/fetch.mk into flavor/pkg/check.mk, so that
check-vulnerable can be used as a source target.

Make check-vulnerable a source target for every phase of the build
workflow, which ensures that it is always run if the user starts a
new phase from the command line.

Fix the cookie-generation targets so that they don't append, only
overwrite to the cookie file.  This works around potential problems
due to recursive makes.

Move the cookie checks so that they surround the corresponding phase
target.  The presence of the cookie should now inform the make process
to avoid doing any processing of phases that occur before the phase
corresponding to the cookie.
2006-07-05 09:08:35 +00:00
..
bsd.check-vars.mk Add a new variable CHECK_FILES_SUPPORTED which is a package-settable 2006-06-09 16:12:08 +00:00
bsd.check.mk Note the check-clean target, which removes files related to the check-* 2006-06-07 17:04:01 +00:00
check-files.mk make(1) will automatically delete partially made targets if the target 2006-06-09 16:41:09 +00:00
check-interpreter.mk Moved the command that generates the list of files to its own variable, 2006-07-03 06:57:20 +00:00
check-shlibs.mk Fix typo that would cause check-shlibs to never find missing libraries 2006-06-23 12:55:15 +00:00
check-vulnerable.mk Make the check-vulnerable target more self-sufficient, by moving some 2006-07-05 09:08:35 +00:00
check-wrkref.mk Introduce the capability to gather all the warnings and errors that 2006-06-09 13:59:06 +00:00