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.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 A5B381F751 for ; Wed, 15 Apr 2020 21:47:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730306AbgDOVr4 (ORCPT ); Wed, 15 Apr 2020 17:47:56 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:52961 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730024AbgDOVrx (ORCPT ); Wed, 15 Apr 2020 17:47:53 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 7A7A4D44BD; Wed, 15 Apr 2020 17:47:51 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=7Wler5so0m7kY+YF4qGQh2C6qh8=; b=lj5oHZ gxOV6VaJJ1XwdtmfKz9vXL5lPi2c9GDjmIQiZnAbENR39C6wEAteZWVQ4qDqODc+ XtowFODEVw+MGNy3ok7Rrz65DreN648+GqCQShJkwwAZYaPMMNGewcrwX1nEX37F jNgn4QuBOme7bzJwGhxFk3DzMGDN/MDFU7ZtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=BxIGbvC8HZo04uCV1cRyrUPPNnRLJj00 ZKPxHI4fyRIzNU3YH/LSuI+4S+tZxSu2W0wQkfYY9Mb7Fi5REGpaLCusjgXThW+b q6jDKKqTwPWwgdgjEzFM9EvSVY19rvsfDGwcVziwBFZ9DoPQNOgcHeRvZAx8fD4P v+MhrfD58II= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 6ED77D44BC; Wed, 15 Apr 2020 17:47:51 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id BAE63D44B9; Wed, 15 Apr 2020 17:47:48 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeff King Cc: Johannes Schindelin , git@vger.kernel.org Subject: Re: [PATCH] Makefile: avoid running curl-config unnecessarily References: <20200326080540.GA2200522@coredump.intra.peff.net> <20200404145829.GB679473@coredump.intra.peff.net> Date: Wed, 15 Apr 2020 14:47:47 -0700 In-Reply-To: <20200404145829.GB679473@coredump.intra.peff.net> (Jeff King's message of "Sat, 4 Apr 2020 10:58:29 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: BFB16C5E-7F62-11EA-A24B-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeff King writes: > Junio, you may want to hold off on moving jk/build-with-right-curl to > next until we resolve this one way or the other. > > -- >8 -- > Subject: [PATCH] Makefile: avoid running curl-config unnecessarily I think this has been accepted favourably after all? I am inclined to mark these three as ready for 'next'. Thanks.