svn commit: r276053 - head

Garrett Cooper ngie at FreeBSD.org
Mon Dec 22 04:54:58 UTC 2014


Author: ngie
Date: Mon Dec 22 04:54:57 2014
New Revision: 276053
URL: https://svnweb.freebsd.org/changeset/base/276053

Log:
  Update the text for building texinfo with build-tools to reflect the fact
  that make install is being called as well
  
  MFC after: 1 week
  X-MFC with: r276052

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Dec 22 04:52:24 2014	(r276052)
+++ head/Makefile.inc1	Mon Dec 22 04:54:57 2014	(r276053)
@@ -1405,7 +1405,7 @@ build-tools: .MAKE
 .endfor
 .for _tool in \
     ${_texinfo}
-	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all)"; \
+	${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
 		cd ${.CURDIR}/${_tool} && \
 		${MAKE} DIRPRFX=${_tool}/ obj && \
 		${MAKE} DIRPRFX=${_tool}/ depend && \


More information about the svn-src-all mailing list