From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 2752D1F5AE for ; Fri, 23 Jul 2021 10:48:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231718AbhGWKH1 (ORCPT ); Fri, 23 Jul 2021 06:07:27 -0400 Received: from cloud.peff.net ([104.130.231.41]:55730 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231519AbhGWKH1 (ORCPT ); Fri, 23 Jul 2021 06:07:27 -0400 Received: (qmail 11285 invoked by uid 109); 23 Jul 2021 10:48:00 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 23 Jul 2021 10:48:00 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 24284 invoked by uid 111); 23 Jul 2021 10:48:02 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Fri, 23 Jul 2021 06:48:02 -0400 Authentication-Results: peff.net; auth=none Date: Fri, 23 Jul 2021 06:47:59 -0400 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Junio C Hamano , Denton Liu , Felipe Contreras , Kristof Provost , Taylor Blau , Ramsay Jones Subject: Re: [PATCH v3 0/5] Makefile: "make tags" fixes & cleanup Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Jul 22, 2021 at 01:23:01AM +0200, Ævar Arnfjörð Bjarmason wrote: > The big win here is that none of the tags targets depend on "FORCE" > anymore, so we'll only re-generate them if our sources change. > > For v2, see > https://lore.kernel.org/git/cover-0.5-0000000000-20210629T110837Z-avarab@gmail.com/ > > This fixes the series per feedback from Jeff King and Ramsay Jones, > i.e: > > * In v2 the 3/5 broke things in a way that 4/5 fixed, that's now > re-arranged and fixed. Thanks. Aside from some cscope appending arcana I found, these look good to me. I have no opinion on "cscope*" versus "cscope.out", except that it is not worth anybody's time to argue about. :) -Peff