Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 07:18:23 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r291895 - user/ngie/make_check/share/mk
Message-ID:  <201512060718.tB67IN5j087334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512060718.tB67IN5j087334>