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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-0.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE, URIBL_CSS,URIBL_CSS_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 29E761F403 for ; Fri, 24 Jun 2022 01:14:52 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.b="s5Tzc1f6"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230080AbiFXBOR (ORCPT ); Thu, 23 Jun 2022 21:14:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiFXBOQ (ORCPT ); Thu, 23 Jun 2022 21:14:16 -0400 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 23BAA5675E for ; Thu, 23 Jun 2022 18:14:15 -0700 (PDT) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 26380140BCD; Thu, 23 Jun 2022 21:14:14 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=68CanB4ssLBV KxrHLtCgwFEDlxzEHA3fuDpOXluUmFk=; b=s5Tzc1f6BC/ikGEX9dZF0K9Nf5ZU gZUfIP+A1R9NIOu4SODYj7xBqTGliBMbNASq9RxOzPh6WviJGe6bfSOfbXiCyX0v vKk1eYm0PjP/JSmTG0msF/rGTDR4RipeSUiSjQYn+m08pXsDh6fJS4jKIMfgPo1p WmIkNFlXi6DvCro= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 1E06A140BCC; Thu, 23 Jun 2022 21:14:14 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.82.80.254]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 7E386140BCB; Thu, 23 Jun 2022 21:14:13 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: Jeff King , SZEDER =?utf-8?Q?G=C3=A1bor?= , git@vger.kernel.org Subject: Re: [PATCH v2 0/7] gitweb: fix "make" not including "gitweb" without NOOP run slowdowns References: <220527.861qwf489s.gmgdl@evledraar.gmail.com> <20220620083202.GB1689@szeder.dev> <220622.86r13hkp2c.gmgdl@evledraar.gmail.com> <220623.865ykrll0j.gmgdl@evledraar.gmail.com> <220624.86bkuikidi.gmgdl@evledraar.gmail.com> Date: Thu, 23 Jun 2022 18:14:12 -0700 In-Reply-To: <220624.86bkuikidi.gmgdl@evledraar.gmail.com> (=?utf-8?B?IsOG?= =?utf-8?B?dmFyIEFybmZqw7Zyw7A=?= Bjarmason"'s message of "Fri, 24 Jun 2022 01:45:35 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: F5A28CDA-F35A-11EC-9675-CB998F0A682E-77302942!pb-smtp2.pobox.com Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org =C3=86var Arnfj=C3=B6r=C3=B0 Bjarmason writes: > would be in practice, i.e. I download downstream package recipies, whic= h > are found at (name, relative path & urls). I also manually get the AIX > package: > ... > macports-ports devel/git https://github.com/macports/macports-p= orts.git > > Looking through all of those none of them do anything with > gitweb/Makefile. I.e. all "make gitweb" at the top-level, or simply rel= y > on "make install" to install it. Now we are talking. Giving that as a datapoint upfront in the proposed log message would have saved needless round-trip, I would think. Thanks.