From 63abf28933683fc4ae20d70f9afb8454d937766b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Tue, 7 Jul 2026 13:36:45 -0700 Subject: [PATCH] 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) --- doc/source.src | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/source.src b/doc/source.src index ae30d084f..d0fa5ddde 100644 --- a/doc/source.src +++ b/doc/source.src @@ -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.