From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id 21D1D385842C for ; Mon, 20 Feb 2023 11:18:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 21D1D385842C 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-lf1-x133.google.com with SMTP id x24so1366637lfr.1 for ; Mon, 20 Feb 2023 03:18:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=7Ak96f0znnikw72G+dRCekNtzWBj8ove8QVjGHb7q14=; b=hoL4qubU63M8lG69Xnr72eLcjMPxGyxFsEXN9xUXbwnag7aUOV5xZpNCiRQmD8j+Hl 4M0rcm2tFiHvg4zZNopvCCkiMV4y7PcKpH2+GiqUEe93HHPsD8vZVU4f1e6mjI+m3FZ3 IwH5IZj8XvGcLqWyzasBhQUU3gFAb+aiozVnp0DSObB+D6LT7WF2XyarfhTpvFZ8ATtM cfCsXOmaKBFKy7j8EWcNawzXLyV6ZPqaXUQF1utXSUFrY9nxWXcTf5HdndASlNvAfxYu E7V2A9f3EYIwUlcFIwKzg15yFLOts9KEuSFzZWO4DBK6aNV60knPKehDVuwxaAdTRqoi +YtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7Ak96f0znnikw72G+dRCekNtzWBj8ove8QVjGHb7q14=; b=Nu9pRV7x4cEb19o3IjTdyUi1v1FmZrJmuBUdlPaMDBIBltpaAQZLm61GfOS7dYKFqH 76GrZeU4ZVOoUULroOSQ2U4wE5u+2Z2bXQlYinINvrViolocX0bRmUfcXDvCxuBYtZIk Yv7NBKHvN+/kFVFcFY0gjVPB/SrD9hmI2ZATmAUd1hEzUSfqntXz+nt320F7OYTGjXRb X4F9lSZgHnZJWVUV4n5EC8RmwxXWlblkZH0nbNyPB/7kbj8kpcu4aOL2b5uIWPqh/9CH 252g5KTdoYCNq3Fps6cTJQqB45zu02tookI/SoUEX8+he2pgMc0+098l0ny6NxSXHn50 7jNA== X-Gm-Message-State: AO0yUKUE7vYaoj+Xi2CtYVOcGZev6sCH+3n/04dnjdnJdYLdtA9IpoZR m0mS66imJnl7SN6b+gCj5nZPnvkpVyjw/u/Ytg== X-Google-Smtp-Source: AK7set8a11lvY1hskc8iXoflfMZ9dkAf2j7wIpZdQn3rA37xNSy5MdCJjKt9HA5RxWesyN2dGFhhkQ== X-Received: by 2002:a05:600c:1616:b0:3e2:662:ade0 with SMTP id m22-20020a05600c161600b003e20662ade0mr4495640wmn.27.1676814064791; Sun, 19 Feb 2023 05:41:04 -0800 (PST) Received: from takamaka.gnat.com (lfbn-reu-1-488-54.w92-130.abo.wanadoo.fr. [92.130.77.54]) by smtp.gmail.com with ESMTPSA id m26-20020a05600c3b1a00b003e21a8d30c9sm10640731wms.37.2023.02.19.05.41.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Feb 2023 05:41:04 -0800 (PST) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 2EBAE81E83; Sun, 19 Feb 2023 17:41:02 +0400 (+04) Date: Sun, 19 Feb 2023 17:41:02 +0400 From: Joel Brobecker To: Mike Frysinger Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: sim Makefile's "clean" target deletes checked in file Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Mike, > In running the src-release.sh script which is the script used > to produce the source tarball for our releases, I noticed that > one file got deleted: > > sim/ppc/.gdbinit > > This happens as part of a call to "make distclean", but I think > "make clean" will have the same effect, considering that > sim/Makefile.in has: > > CONFIG_CLEAN_FILES = aarch64/.gdbinit arm/.gdbinit avr/.gdbinit \ > [...] ppc/.gdbinit [...] > > I'm not really sure what the correct fix should be, though, whether > we should delete the ppc/.gdbinit file, or whether we should update > the CONFIG_CLEAN_FILES to remove the ppc/.gdbinit entry. > > Would you mind fixing this (and backport the fix to the gdb-13-branch)? Any feedback on this one? Either option is really easy, it's just that I'm not entirely sure which option we should take. If I had to guess, we would delete the .gdbinit file (which dates back to the initial creation of the sourceware repository!). -- Joel