Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/gpl3



Module Name:    src
Committed By:   hgutch
Date:           Sun Jun 16 00:12:33 UTC 2024

Modified Files:
        src/external/gpl3/gcc.old/dist/gcc/doc: gcc.info gcc.texi
        src/external/gpl3/gcc/dist/gcc/doc: gcc.info gcc.texi

Log Message:
Fix broken gcc.info file

sortinfo (called during builds in order to sort share/info/dir) trips over
this linebreak and leaves a broken file behind.  As a result, share/info/dir
is effectively cleared out when installing gcc.info and at the end of the
build will only contain whatever got added after gcc.info.

With this, the "man" set is reproducible again.

Fixes PR/58336.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc.old/dist/gcc/doc/gcc.info
cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gcc.old/dist/gcc/doc/gcc.texi
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gcc/dist/gcc/doc/gcc.info
cvs rdiff -u -r1.1.1.13 -r1.2 src/external/gpl3/gcc/dist/gcc/doc/gcc.texi

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




Home | Main Index | Thread Index | Old Index