svn commit: r280356 - stable/10

Garrett Cooper ngie at FreeBSD.org
Sun Mar 22 22:00:31 UTC 2015


Author: ngie
Date: Sun Mar 22 22:00:29 2015
New Revision: 280356
URL: https://svnweb.freebsd.org/changeset/base/280356

Log:
  Defeat race with texinfo tools built with make bootstrap-tools
  
  This is a direct commit to stable/10 because texinfo has been removed from
  head

Modified:
  stable/10/Makefile.inc1

Modified: stable/10/Makefile.inc1
==============================================================================
--- stable/10/Makefile.inc1	Sun Mar 22 21:18:44 2015	(r280355)
+++ stable/10/Makefile.inc1	Sun Mar 22 22:00:29 2015	(r280356)
@@ -1333,6 +1333,9 @@ ${_bt}-kerberos5/tools/asn1_compile: ${_
 _texinfo=	gnu/usr.bin/texinfo/libtxi \
 		gnu/usr.bin/texinfo/makeinfo \
 		gnu/usr.bin/texinfo/install-info
+
+${_bt}-gnu/usr.bin/texinfo/install-info: ${_bt}-gnu/usr.bin/texinfo/libtxi
+${_bt}-gnu/usr.bin/texinfo/makeinfo: ${_bt}-gnu/usr.bin/texinfo/libtxi
 .endif
 bootstrap-tools: .PHONY
 


More information about the svn-src-all mailing list