From patchwork Sat Feb 22 01:29:50 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Tromey X-Patchwork-Id: 38273 Received: (qmail 84395 invoked by alias); 22 Feb 2020 01:30:06 -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 84347 invoked by uid 89); 22 Feb 2020 01:30:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.2 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.1 spammy= X-HELO: gateway30.websitewelcome.com Received: from gateway30.websitewelcome.com (HELO gateway30.websitewelcome.com) (50.116.127.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 22 Feb 2020 01:29:53 +0000 Received: from cm11.websitewelcome.com (cm11.websitewelcome.com [100.42.49.5]) by gateway30.websitewelcome.com (Postfix) with ESMTP id DD9611F30F for ; Fri, 21 Feb 2020 19:29:51 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id 5Jc7jDuuISl8q5Jc7jtr6T; Fri, 21 Feb 2020 19:29:51 -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=VcFrwMrTsYSVnE2kEUuHx+gwqc3MC6+woV7dQyG7bgQ=; b=KKlgcR1VtVcNWlLkFzYTVRJn+9 JPNVekNSzMXgiEXqP5O1HOOOdC9UHvSYhX5FcranrqPd0Ua6GyNntqcdiuA22uLe2emozleOK5raM 4oz2VbINXuLQrro7FkM8peIoN; Received: from 75-166-123-50.hlrn.qwest.net ([75.166.123.50]:36364 helo=bapiya.Home) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1j5Jc7-0029DJ-Nn; Fri, 21 Feb 2020 18:29:51 -0700 From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [pushed] Add a mostlyclean target to gdbserver Date: Fri, 21 Feb 2020 18:29:50 -0700 Message-Id: <20200222012950.23971-1-tom@tromey.com> I noticed gdbserver's Makefile doesn't have a mostlyclean target. I use this sometimes, so this patch adds it. Adding it as a synonym of "clean" seemed to make sense, given the contents of that rule. gdbserver/ChangeLog 2020-02-21 Tom Tromey * Makefile.in (mostlyclean): New target. --- gdbserver/ChangeLog | 4 ++++ gdbserver/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in index 1baebba0f56..cc1eb808e32 100644 --- a/gdbserver/Makefile.in +++ b/gdbserver/Makefile.in @@ -455,7 +455,7 @@ TAGS: ${TAGFILES} ${TAGFILES} tags: TAGS -clean: +mostlyclean clean: rm -f *.o ${ADD_FILES} *~ rm -f gdbserver$(EXEEXT) gdbreplay$(EXEEXT) core make.log rm -f $(IPA_LIB)