From patchwork Mon Sep 3 19:03:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 29177 Received: (qmail 69599 invoked by alias); 3 Sep 2018 19:04:29 -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 69460 invoked by uid 89); 3 Sep 2018 19:04:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.4 required=5.0 tests=AWL, 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=cxx, CXX, PACKAGE, catalogs X-HELO: gateway33.websitewelcome.com Received: from gateway33.websitewelcome.com (HELO gateway33.websitewelcome.com) (192.185.146.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Sep 2018 19:04:26 +0000 Received: from cm15.websitewelcome.com (cm15.websitewelcome.com [100.42.49.9]) by gateway33.websitewelcome.com (Postfix) with ESMTP id AD0CED283D for ; Mon, 3 Sep 2018 14:04:25 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id wu8ofhLOAbXuJwu92f1lAP; Mon, 03 Sep 2018 14:04:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=References:In-Reply-To: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:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=2o94J/f+5nHxskibMvTHjSbwjVnc6xMOCFuo1mD/DoY=; b=Z6UvhwPZh5dMb2f7TGaMgEqQuS NAPKBRpXHqV6/EpnYcmXK0aJtyAIJvoP0gfKXCFg9tpwP2ERMZ4Ghd61R4MgU05ZwtN/OCsKQShtn mEh2yTDYNzWeWtVCSp00QXRDd; Received: from 75-166-85-72.hlrn.qwest.net ([75.166.85.72]:58122 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fwu8o-002kCu-HX; Mon, 03 Sep 2018 14:04:02 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH 1/4] Remove obsolete comments from Makefiles Date: Mon, 3 Sep 2018 13:03:56 -0600 Message-Id: <20180903190359.12817-2-tom@tromey.com> In-Reply-To: <20180903190359.12817-1-tom@tromey.com> References: <20180903190359.12817-1-tom@tromey.com> This removes an obsolete comment from Makefile.in. This was copied into gnulib/Makefile.in, so this removes that comment as well. gdb/ChangeLog 2018-09-03 Tom Tromey * gnulib/Makefile.in: Remove obsolete comment. * Makefile.in: Remove obsolete comment. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 5 ----- gdb/gnulib/Makefile.in | 5 ----- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 438379e2ab1..e75ef66a070 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -98,11 +98,6 @@ MSGMERGE = msgmerge PACKAGE = @PACKAGE@ CATALOGS = @CATALOGS@ -# If you are compiling with GCC, make sure that either 1) You have the -# fixed include files where GCC can reach them, or 2) You use the -# -traditional flag. Otherwise the ioctl calls in inflow.c -# will be incorrectly compiled. The "fixincludes" script in the gcc -# distribution will fix your include files up. CC = @CC@ CXX = @CXX@ CXX_DIALECT = @CXX_DIALECT@ diff --git a/gdb/gnulib/Makefile.in b/gdb/gnulib/Makefile.in index 1602da54b6c..117831a3d4e 100644 --- a/gdb/gnulib/Makefile.in +++ b/gdb/gnulib/Makefile.in @@ -62,11 +62,6 @@ SUBDIRS = import CLEANDIRS = $(SUBDIRS) REQUIRED_SUBDIRS = $(SUBDIRS) -# If you are compiling with GCC, make sure that either 1) You have the -# fixed include files where GCC can reach them, or 2) You use the -# -traditional flag. Otherwise the ioctl calls in inflow.c -# will be incorrectly compiled. The "fixincludes" script in the gcc -# distribution will fix your include files up. CC=@CC@ # Directory containing source files.