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
This commit is contained in:
parent
866125229c
commit
c25fa3e1ac
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user