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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 3013B1F5AD for ; Tue, 7 Apr 2020 21:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726407AbgDGVfW (ORCPT ); Tue, 7 Apr 2020 17:35:22 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:54907 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726393AbgDGVfW (ORCPT ); Tue, 7 Apr 2020 17:35:22 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E1EBBC9BA9; Tue, 7 Apr 2020 17:35:19 -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=C5yS9hVqZBsXCvbt8ND9KFSKWc0=; b=ieHZ5P 1vGCCo4esMxdBPDLBT/TX4a9WbRDXGL97aaLe4ZBLQA030Q2Z4sEtV0cdQBMtdeb WWc/L9Qk/UNCTaZcDb99M778HO+lo8B3MZtlKbxN+Rv9NhbUu4vujMI1vFgoG/hu 11PfvOFmlbeOXiXWxHP57sXniJ1VqDh0LLVdg= 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=BgkDnOnUgPk5sOBrme3kOUVrMLXYjacJ hkx027F5QnrSqTumWO5NodRJs64OmB+4cUa5mD0pQFC2SO8SjuDxnKDQL4M6h4CY ce0UH+eVMrPVcaz2oaKSj3aMz9E5Tns2XSIm+WAJ2K665j9wteXtLQ74UMkNi9RX 8PNXulFoNbY= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id D9B1FC9BA8; Tue, 7 Apr 2020 17:35:19 -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-smtp20.pobox.com (Postfix) with ESMTPSA id 2D5E7C9BA3; Tue, 7 Apr 2020 17:35:17 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: SZEDER =?utf-8?Q?G=C3=A1bor?= , =?utf-8?B?xJBv?= =?utf-8?B?w6BuIFRy4bqnbiBDw7RuZw==?= Danh , git@vger.kernel.org Subject: Re: [PATCH v2 3/4] travis: build and test on Linux with musl libc and busybox References: <6cf6400f2e0f7336e9b13ddbf412101c4ab48dc5.1585474409.git.congdanhqx@gmail.com> <20200401221835.GH2224@szeder.dev> Date: Tue, 07 Apr 2020 14:35:15 -0700 In-Reply-To: (Johannes Schindelin's message of "Tue, 7 Apr 2020 16:53:54 +0200 (CEST)") 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: AC695A86-7917-11EA-9F65-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: >> The recommended way to build Git is without autoconf and configure. > > That is news to me. > > My understanding still is that `make` is the recommended way to build Git, > and `./configure` is only for those who want to use autoconf. > > It seems that the `INSTALL` file agrees with my understanding: Did you misread the sentence you quoted? It says "without", not "with", so I think you two are on the same page.