Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 04:54:58 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276053 - head
Message-ID:  <201412220454.sBM4swOh096768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 && \



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