]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r276052,r276053
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Jan 2015 18:32:53 +0000 (18:32 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Jan 2015 18:32:53 +0000 (18:32 +0000)
commit5f20b5ced0b3dfe00a58a6eb235133e96f14cc35
tree1882de4a673ca5a674b1e83252d511982351a8ec
parent00eff9e7cdecacca44c294cb8098d415e708ad22
MFC: r276052,r276053

Build selective portions of gnu/usr.bin/texinfo as part of build-tools to
ensure that building on a host without makeinfo (i.e. a host where
make delete-old -DWITHOUT_INFO was run), then building with MK_INFO == yes
doesn't manifest in build errors when building info pages

This manifested itself like the following when I was build testing an MFC
change on stable/10:

  makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc -I /usr/src/gnu/lib/libregex/doc regex.texi  -o regex.info
  makeinfo: not found
  *** [regex.info] Error code 127

make[6]: stopped in /usr/src/gnu/lib/libregex/doc
1 error

git-svn-id: svn://svn.freebsd.org/base/stable/9@276549 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1