Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 18:57:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306864 - head
Message-ID:  <201610081857.u98IvB7l012374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct  8 18:57:11 2016
New Revision: 306864
URL: https://svnweb.freebsd.org/changeset/base/306864

Log:
  groff is not needed in the bootstrap tools if the system is built
  WITHOUT_SHAREDOCS
  
  MFC after:	2 weeks

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sat Oct  8 18:44:29 2016	(r306863)
+++ head/Makefile.inc1	Sat Oct  8 18:57:11 2016	(r306864)
@@ -1586,7 +1586,7 @@ _strfile=	usr.bin/fortune/strfile
 _gperf=		gnu/usr.bin/gperf
 .endif
 
-.if ${MK_GROFF} != "no"
+.if ${MK_SHAREDOCS} != "no" || ${MK_GROFF} != "no"
 _groff=		gnu/usr.bin/groff \
 		usr.bin/soelim
 .endif



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