]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r276052,r276053
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Jan 2015 18:27:32 +0000 (18:27 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 2 Jan 2015 18:27:32 +0000 (18:27 +0000)
commitd3307338d871674f6cdd319acc33628ba95c28e2
tree55b8dd29f0780925f21116d1145eeba91ab50a1a
parent0f0346f9e9d8fc77d6f7006a35a019eb093889bf
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/10@276547 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile.inc1