doc/source.src: remove note about "make warnings"

The idea of embedded warning documentation text in the source code was
a cute idea, but the resulting build dependency mess really made it
more painful than it was worth.

The warning declarations were moved to asm/warnings.dat quite a while
ago; remove stray note in the documentation.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2026-07-07 13:36:45 -07:00
parent 6393f99455
commit 63abf28933

View file

@ -138,12 +138,3 @@ To build modified sources, you will need the tools described in
Some build system changes might not be possible without a POSIX
environment.
If you have modified the sources to change the embedded declarations
of warning classes, you may have to manually re-build the warning
catalog:
\c make warnings
This is not done automatically, as the tools do not have the ability
to automatically detect when it is necessary to do so.