svn commit: r306864 - head

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 8 18:57:12 UTC 2016


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


More information about the svn-src-head mailing list