svn commit: r319660 - head/libexec/atf/atf-check

Ngie Cooper ngie at FreeBSD.org
Wed Jun 7 21:11:33 UTC 2017


Author: ngie
Date: Wed Jun  7 21:11:32 2017
New Revision: 319660
URL: https://svnweb.freebsd.org/changeset/base/319660

Log:
  Revert r319659
  
  I missed the fact that atf-sh(3) already documents atf_check(3). I'll
  be adding an manpage link for that instead in the next commit.
  
  MFC after:	1 week
  MFC with:	r319659
  Sponsored by:	Dell EMC Isilon

Modified:
  head/libexec/atf/atf-check/Makefile

Modified: head/libexec/atf/atf-check/Makefile
==============================================================================
--- head/libexec/atf/atf-check/Makefile	Wed Jun  7 21:03:27 2017	(r319659)
+++ head/libexec/atf/atf-check/Makefile	Wed Jun  7 21:11:32 2017	(r319660)
@@ -34,7 +34,6 @@ ATF=		${SRCTOP}/contrib/atf
 PROG_CXX=	atf-check
 SRCS=		atf-check.cpp
 MAN=		atf-check.1
-MLINKS+=	atf-check.1 atf_check.1
 
 CFLAGS+=	-I${ATF}
 CFLAGS+=	-DATF_SHELL='"/bin/sh"'


More information about the svn-src-head mailing list