From 23947846658fd41875381c0bcc05b319c3c7bde4 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 22 Sep 2017 17:43:42 +0000 Subject: Remove Banner mechanism. This patch removes the Banner mechanism, with the last remaining Banner file replaced by a contrib.texi entry. This accords with the principle that the output of running libc.so.6 is not the place to credit particular contributions (the manual is), and with all other configuration options not mentioned there, it doesn't seem appropriate to focus there on the one question of whether the one remaining piece configured as an add-on was enabled or not. Tested for x86_64. * csu/Makefile (generated): Do not add version-info.h. (before-compile): Likewise. (all-Banner-files): Remove variable. ($(objpfx)version-info.h): Remove rule. * csu/version.c (banner): Do not include "version-info.h". * libidn/Banner: Remove. * manual/contrib.texi (Simon Josefsson): New entry. --- csu/version.c | 1 - 1 file changed, 1 deletion(-) (limited to 'csu/version.c') diff --git a/csu/version.c b/csu/version.c index f3992ab6c8..8e86d495c5 100644 --- a/csu/version.c +++ b/csu/version.c @@ -30,7 +30,6 @@ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ PARTICULAR PURPOSE.\n\ Compiled by GNU CC version "__VERSION__".\n" -#include "version-info.h" #ifdef LIBC_ABIS_STRING LIBC_ABIS_STRING #endif -- cgit 1.4.1