From patchwork Sun Oct 15 17:15:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 77807 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 49391385771C for ; Sun, 15 Oct 2023 17:16:17 +0000 (GMT) X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 726773858D33 for ; Sun, 15 Oct 2023 17:16:03 +0000 (GMT) ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 726773858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:470:ea4a:1:5054:ff:fec7:86e4 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697390165; cv=none; b=Es767MlUiG0G3/ei/Cn+WCUeIt2jlkk2Aks4haW0r37RSv2ui6AH3BkBHmy78AAFAelrOfk6rmbyxTkwsrTO8/uTVOmHnO2uoER0JQEgf+M5ePuLxU0Fo5YIxEkXSx/S+imvpnsPY22C67WL31yPbHEjD35YeI6KS9c9oaT196Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697390165; c=relaxed/simple; bh=eLdgbvSIeVWrE2/XvT07BuyY5YALVCsLSdzColrzENA=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=OnfR01cUB26HKYJ4h/F3RIw8YsyG4EuYA9DuV4SBnkGj/SMwR32uu97SQtMtN7EzzGxvuB2ea1RSO9R0Hdt9n6ezl8jkPBgTT8vvup/80uMaBxozFhAEro3MQr7aj3LEd0CgopW7VEQl43yxP4Bix/mlDYSEHFEbcXI3B2BCFTs= ARC-Authentication-Results: i=1; server2.sourceware.org DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 726773858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: by smtp.gentoo.org (Postfix, from userid 559) id F3BD2335CCD; Sun, 15 Oct 2023 17:16:02 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH/committed] sim: add distclean dep for gnulib Date: Sun, 15 Oct 2023 23:00:59 +0545 Message-ID: <20231015171559.30019-1-vapier@gentoo.org> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org This is already merged in the gcc tree. --- Makefile.def | 1 + Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.def b/Makefile.def index 870150183b9a..15c068e4ac40 100644 --- a/Makefile.def +++ b/Makefile.def @@ -612,6 +612,7 @@ dependencies = { module=check-libctf; on=all-ld; }; // gdb and gdbserver. dependencies = { module=distclean-gnulib; on=distclean-gdb; }; dependencies = { module=distclean-gnulib; on=distclean-gdbserver; }; +dependencies = { module=distclean-gnulib; on=distclean-sim; }; // Warning, these are not well tested. dependencies = { module=all-bison; on=all-intl; }; diff --git a/Makefile.in b/Makefile.in index c97130a23389..efe3565a6e5e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66886,6 +66886,7 @@ check-stageautoprofile-libctf: maybe-all-stageautoprofile-ld check-stageautofeedback-libctf: maybe-all-stageautofeedback-ld distclean-gnulib: maybe-distclean-gdb distclean-gnulib: maybe-distclean-gdbserver +distclean-gnulib: maybe-distclean-sim all-bison: maybe-all-build-texinfo all-flex: maybe-all-build-bison all-flex: maybe-all-m4