From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) by sourceware.org (Postfix) with ESMTPS id F15CE385781F for ; Fri, 17 Feb 2023 17:01:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F15CE385781F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-io1-xd29.google.com with SMTP id h3so724898iow.10 for ; Fri, 17 Feb 2023 09:01:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=lqwGzmcjxJ7eJjhhXma5OTcglnBes/HgPeOyNOEBkeA=; b=XaPPb1Y384Bcj6Z4ebVXLGWqaZz/jnMw62M/CZ9JIHj5C331vQHGWQXnhNHA9d1KaH KlMH1QoUUA5gmD15tKNvJd58MtuhMp1tUQG9Lyy+h5yBi9BUHMYI9n2g0UG700nOdwPM ublQB6eeWrCBZNgrhzk6ys9/GP7tCwh9cHV2KXp6n5/FqTWElBcqXrE5s9QpnrpAYwl1 DPQgjxRvCKI5jRkM6ksDHGmrVeYl50520a6wg0/KTCWmoqv15ye2h3zq6DNWUbqgsOKO dJ2IHYE22oThqfvHdVGekgI03jwBUaQSJC8iV3r6+7GmlANM/0RlhStAZLm+DJTB+mEw aixQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=lqwGzmcjxJ7eJjhhXma5OTcglnBes/HgPeOyNOEBkeA=; b=PWpS7mTidB+V6Gl2p6GgBNDg0FFqevIhmsKJx5VJF6mDM0JIsjQTAkNhSlH8YZ3mhH LSXZ4Jxmr5wlumwYE1i1IK7enGFp/iO8s5fWYFtIzx2tExKtkzFJtDbFqeWGpyotJy13 m6DaLXrY3WGRgr4b2elymAbSyvWilsHjK81SqRfae/DG+KZCC43YDu8OGEl8DTpQh7Wf DMr3HUhzgfXjLQ/9vHbUJ+5aAsK7TQ7UQXTBxPqaqIkYgiC4HvbAL+bEdrxA51A5o67O 8Psp1fOvBIj9WxdKg+C4M7gLwFiSFHaXvvx/rHWRrsvI1c8qGR+LDzdjHc+vVAVZnEBA hKgg== X-Gm-Message-State: AO0yUKWiePdCflR2QinMe1jU3uhcpPYFphGzA+doONIwFPd/x1Olrhi9 xLqdsq30gTXLCO+CS7Z+IJt9i3SnA1P9Uf67 X-Google-Smtp-Source: AK7set/wltTqTbFCuwesjIwqizQSo6PYHF0tbUmjinxCq+2/P4I6LjjXOxzQ8CQ4h9GiOBpg3rzM1g== X-Received: by 2002:a6b:fa0c:0:b0:723:3ea8:5e86 with SMTP id p12-20020a6bfa0c000000b007233ea85e86mr1434065ioh.13.1676653300235; Fri, 17 Feb 2023 09:01:40 -0800 (PST) Received: from localhost.localdomain (75-166-130-93.hlrn.qwest.net. [75.166.130.93]) by smtp.gmail.com with ESMTPSA id j10-20020a6b310a000000b00704c767ead9sm1569784ioa.28.2023.02.17.09.01.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Feb 2023 09:01:39 -0800 (PST) From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [PATCH] Remove two more files in gdb "distclean" Date: Fri, 17 Feb 2023 10:01:29 -0700 Message-Id: <20230217170129.2364168-1-tromey@adacore.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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 List-Id: The recent work to have gdb link via libtool means that there are a couple more generated files in the build directory that should be removed by "distclean". Note that gdb can't really fully implement distclean due to the desire to put certain generated files into the distribution. Still, it can get pretty close. --- gdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ace507cded8..85a57243039 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2224,6 +2224,7 @@ distclean: clean rm -f gdb-gdb.py gdb-gdb.gdb rm -f y.output yacc.acts yacc.tmp y.tab.h rm -f config.log config.cache + rm -f config.lt libtool rm -f Makefile rm -rf $(DEPDIR) for i in $(CONFIG_SRC_SUBDIR); do \ -- 2.39.1