From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id bK2iN8qwmWos+iUAWB0awg (envelope-from ) for ; Thu, 03 Sep 2026 13:39:22 -0400 Received: by simark.ca (Postfix, from userid 112) id A8FF41E166; Thu, 03 Sep 2026 13:39:22 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED autolearn=ham autolearn_force=no version=4.0.1 Received: from vm01.sourceware.org (vm01.sourceware.org [38.145.34.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DF47F1E0A3 for ; Thu, 03 Sep 2026 13:39:20 -0400 (EDT) Received: from vm01.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9FA774B9DB52 for ; Thu, 3 Sep 2026 17:39:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FA774B9DB52 Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 80F814B9DB52 for ; Thu, 3 Sep 2026 17:38:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 80F814B9DB52 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=efficios.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=efficios.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 80F814B9DB52 Authentication-Results: sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1788457138; cv=none; b=BRW5qCYOnVC4sGfst94W8ImqXWDoYOWaukA2hx7QzYhJONRReWdkIoLCkF5sgzYlBURT9dyPMKoAWOzkmbXdkLdJ500FVSjXWi6YdApCNUJO8snEQmBdaTRjJB57l/HSo/rNjaSdnlWkFPcs2e2TX1l6ymGt3P++3HNTW893Igs= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1788457138; c=relaxed/simple; bh=27DCe17MA+QEEDNQg+/UXFO23JMgzx89tTqGIHs8jfM=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=f8NMQbAzCZq/pgmqx1FsPE82FwTAtentm4Bm/wFVX8uOFHA+O3qwXZVN7lFf1KgXiZj66Rwi8F5Fg8Od5luua1az85VNDnVglilJX89XRkoJiyo1bEp+SYHI0Wz25ZmznboFjZ10IgwvJ7oYFXMyMHHjE+BMlxewd1yNBfkBpeg= ARC-Authentication-Results: i=1; sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80F814B9DB52 Received: by simark.ca (Postfix) id ABD071E033; Thu, 03 Sep 2026 13:38:55 -0400 (EDT) From: Simon Marchi To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: [PATCH 0/4] Some Makefile clean target cleanups Date: Thu, 3 Sep 2026 13:37:01 -0400 Message-ID: <20260903173854.416876-1-simon.marchi@efficios.com> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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~public-inbox=simark.ca@sourceware.org Here are a few fixes related to the clean and distclean targets. There would be more to fix, these are just some low hanging fruits. Simon Marchi (4): gdb: remove gcore, gstack and gdb-add-index in the clean target gdbserver: remove undefined ADD_FILES from the clean target gdb: gdb-gdb.gdb and gdb-gdb.py in distclean gdb: remove stray "b" from the distclean target gdb/Makefile.in | 8 ++++++-- gdbserver/Makefile.in | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) base-commit: 2986ed8ba365f7e583e2f6c9098ea5ec57ee50e1 -- 2.55.0