From patchwork Sat Dec 15 02:00:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 30677 Received: (qmail 69589 invoked by alias); 15 Dec 2018 02:00:45 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 67763 invoked by uid 89); 15 Dec 2018 02:00:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*tom, H*RU:sk:gateway, Hx-spam-relays-external:sk:gateway, HX-HELO:sk:gateway X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (192.185.151.58) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Dec 2018 02:00:21 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway30.websitewelcome.com (Postfix) with ESMTP id 10B9310321 for ; Fri, 14 Dec 2018 20:00:06 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id XzFNgwWIEYTGMXzFNgmhyu; Fri, 14 Dec 2018 20:00:06 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=SAEYN+2c44UYRW6UKEYj3caA/DYJOgqE/X6CBE4xAGA=; b=X5kKBKF1kQwvNChVxPB3EFnG5e 504LxHEDEkdYy4Twse+uIrOxPI9KbSKieaR/MVO08mXI9iXaO/vaC71TGEjRCJ6kmQV4auvz1L0Wd luo2P8HIKBVf7dunOt2M1m7pC; Received: from 75-166-72-210.hlrn.qwest.net ([75.166.72.210]:58026 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gXzFN-0009Wb-PL; Fri, 14 Dec 2018 20:00:05 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [FYI] Minor gdb/Makefile.in cleanups Date: Fri, 14 Dec 2018 19:00:03 -0700 Message-Id: <20181215020003.30787-1-tom@tromey.com> This removes an IMO not very useful comment in gdb/Makefile.in about "alloca". It also removes INFOFILES, which I think probably has not been useful since whenever the manual was moved into a subdirectory. gdb/ChangeLog 2018-12-14 Tom Tromey * Makefile.in: Remove "alloca" comment. (INFOFILES): Remove. (local-maintainer-clean): Don't use INFOFILES. --- gdb/ChangeLog | 6 ++++++ gdb/Makefile.in | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b8cb130b9f..a2cf02e1a9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -579,9 +579,6 @@ INTERNAL_LDFLAGS = \ $(CXXFLAGS) $(GLOBAL_CFLAGS) $(MH_LDFLAGS) \ $(LDFLAGS) $(CONFIG_LDFLAGS) -# If your system is missing alloca(), or, more likely, it's there but -# it doesn't work, then refer to libiberty. - # Libraries and corresponding dependencies for compiling gdb. # XM_CLIBS, defined in *config files, have host-dependent libs. # LIBIBERTY appears twice on purpose. @@ -1552,9 +1549,6 @@ HFILES_WITH_SRCDIR = \ ../bfd/bfd.h \ jit-reader.h -# GDB "info" files, which should be included in their entirety -INFOFILES = gdb.info* - # {X,T,NAT}DEPFILES are something of a pain in that it's hard to # default their values the way we do for SER_HARDWIRE; in the future # maybe much of the stuff now in {X,T,NAT}DEPFILES will go into other @@ -2004,7 +1998,7 @@ local-maintainer-clean: cp-name-parser.c \ ada-lex.c ada-exp.c \ d-exp.c f-exp.c go-exp.c m2-exp.c p-exp.c rust-exp.c - rm -f TAGS $(INFOFILES) + rm -f TAGS rm -f $(YYFILES) rm -f nm.h config.status