svn commit: r291895 - user/ngie/make_check/share/mk

Garrett Cooper ngie at FreeBSD.org
Sun Dec 6 07:18:24 UTC 2015


Author: ngie
Date: Sun Dec  6 07:18:23 2015
New Revision: 291895
URL: https://svnweb.freebsd.org/changeset/base/291895

Log:
  When describing the `check` target, note that `realcheck` is the target
  that's actually executing kyua
  
  Remove the `if defined` part. realcheck cannot be overridden right now

Modified:
  user/ngie/make_check/share/mk/bsd.README

Modified: user/ngie/make_check/share/mk/bsd.README
==============================================================================
--- user/ngie/make_check/share/mk/bsd.README	Sun Dec  6 07:14:32 2015	(r291894)
+++ user/ngie/make_check/share/mk/bsd.README	Sun Dec  6 07:18:23 2015	(r291895)
@@ -449,11 +449,10 @@ It has seven targets:
 	all:
 		build the test programs.
 	check:
-		runs the test programs from CHECKDIR with kyua test, if the
-		Makefile does not define the check target.
+		runs the test programs from CHECKDIR with kyua test.
 
 		The beforecheck and aftercheck targets will be invoked, if
-		defined, to execute commands before and after the check
+		defined, to execute commands before and after the realcheck
 		target has been executed, respectively.
 
 		The devel/kyua package must be installed before invoking this


More information about the svn-src-user mailing list