Module Name: src Committed By: rin Date: Sat Aug 31 03:17:58 UTC 2024
Modified Files: src/external/gpl3/gdb/dist/gdb/doc: Makefile.in Log Message: gdb: Stop installing info files when built as cross-gdb which requires GPLv3 version of texinfo. Fix MKCROSSGDB=yes build. - Disable regen for man pages again. Irrelevant to normal build, which already does not regen them. Pre-generated man pages are installed both for native- and cross-gdb. - Drop `install-info` from `install`. With this change, mknative-gdb still can generate *.info, as it does not relay on `install`. Info files are no longer installed for cross-gdb. Thanks martin@ and mrg@ for hints :) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/dist/gdb/doc/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.