Module Name:    src
Committed By:   msaitoh
Date:           Fri Mar 27 15:22:30 UTC 2009

Modified Files:
        src/gnu/dist/texinfo [netbsd-5]: Makefile.in

Log Message:
Pull up following revision(s) (requested by joerg in ticket #551):
        gnu/dist/texinfo/Makefile.in: revision 1.7
Don't build the infokey and info binaries during toolchain builds.
This patches the false branch of the Makefile as the true branch is only
used for cross-compiling of texinfo with the internal build system.
This avoids the termcap dependency as noticed in PR 40810.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.4.1 src/gnu/dist/texinfo/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/texinfo/Makefile.in
diff -u src/gnu/dist/texinfo/Makefile.in:1.6 src/gnu/dist/texinfo/Makefile.in:1.6.4.1
--- src/gnu/dist/texinfo/Makefile.in:1.6	Tue Sep  2 08:00:24 2008
+++ src/gnu/dist/texinfo/Makefile.in	Fri Mar 27 15:22:30 2009
@@ -230,7 +230,7 @@
 # This is to prevent texinfo.tex from being included in the top-level
 # distribution directory.
 TEXINFO_TEX = doc/texinfo.tex
-...@tools_only_false@SUBDIRS = $(native_tools) intl m4 lib info makeinfo po util doc
+...@tools_only_false@SUBDIRS = $(native_tools) intl m4 lib makeinfo po util doc
 @tools_only_t...@subdirs = lib info makeinfo util
 
 # for gettext.

Reply via email to