summaryrefslogtreecommitdiff
path: root/mk/check
AgeCommit message (Expand)AuthorFilesLines
2006-07-13Fixed default path wildcards for CHECK_INTERPRETER_SKIP. Now theyheinz1-4/+6
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-1/+5
2006-07-03Moved the command that generates the list of files to its own variable,rillig1-2/+4
2006-07-02I forgot to mention in the last commit that share/examples and share/docrillig1-1/+1
2006-07-02Added a proper interface documentation. Instead of a .for loop, therillig1-9/+24
2006-06-23Fix typo that would cause check-shlibs to never find missing librariesjlam1-2/+2
2006-06-16It is worth a warning if a freshly installed file is not readable.rillig1-1/+6
2006-06-14Create DELAYED_{ERROR,WARNING}_MSG macros that can be used to outputjlam1-8/+4
2006-06-12Be more consistent about how we're emitting errors and warnings.jlam1-6/+8
2006-06-09make(1) will automatically delete partially made targets if the targetjlam1-33/+19
2006-06-09Add a new variable CHECK_FILES_SUPPORTED which is a package-settablejlam2-2/+8
2006-06-09Introduce the capability to gather all the warnings and errors thatjlam4-87/+86
2006-06-07Fix problems with check-files where it fails with a confusing messagejlam1-109/+157
2006-06-07Use WARNING_MSG and ERROR_MSG for consistency.jlam1-4/+4
2006-06-07Rewrite to avoid using "grep -H", which Solaris' grep does not support.jlam1-22/+33
2006-06-07Note the check-clean target, which removes files related to the check-*jlam1-1/+11
2006-06-06Check for [[:space:]] instead of [ ]. This fixes a misbehavior whenrillig1-2/+2
2006-06-06Fix problem with saving variables whose value contains "$$" by avoidingjlam1-11/+10
2006-06-06Move some variable definitions out of bsd.prefs.mk and back intojlam1-4/+4
2006-06-05Use PHASE_MSG, STEP_MSG, WARNING_MSG, and ERROR_MSG in place of ECHO_MSGjlam1-4/+6
2006-06-03First pass at implementing support for package system flavors otherjlam7-0/+510