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-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, 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 6E80B1FA04 for ; Fri, 12 Jun 2020 18:29:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726379AbgFLS3f (ORCPT ); Fri, 12 Jun 2020 14:29:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36428 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726085AbgFLS3c (ORCPT ); Fri, 12 Jun 2020 14:29:32 -0400 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 805A9C03E96F for ; Fri, 12 Jun 2020 11:29:31 -0700 (PDT) Received: by mail-wm1-x334.google.com with SMTP id k26so9146131wmi.4 for ; Fri, 12 Jun 2020 11:29:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=B+KS2oYxVGKbC5k0lTpNVrbPBnzleRHGVnq6Ec4ZJ0I=; b=LTEdfu8YRDMGBS6qvo2P29ACQl6WO3NmOUq8+zDO2kFbUPPxxL0tohLwKM4yUdyKxB qmUnom0BHfQJU4wFyr0P/Fu7Lra7xbc17Cy55vkbQMWtrpDZzyVlKtejrlmqbW3qFt11 yo1zqIN5pozfRcIqfZhcY51/M2kpyajwD4xvI9cjZod3oYVFr5y9dvPVja4WYKUKWPf9 KqG0d6icXSBc6Aqh8gFvtbkMPOVsUUzSyYYdo/5G7DjL8D9fk8IYjry6lDKuycOu1d5E JJAkcr49gbdg1ovVZNtBbqlkk40Xw22hGioyjpYZhUB5oPSOzntg9iW0V61CULP7Z2Zm tbMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=B+KS2oYxVGKbC5k0lTpNVrbPBnzleRHGVnq6Ec4ZJ0I=; b=b0/sf8pDhJNvwIQ+EUckNZpp9cW16hW8c46YP/ZVISy1rrJxF1fPPoDKmHUeyDvFZf PH9tkoPd6uDZK9IKHVTnPbWqwDbjZ5vcy/CW8BB2wxfjh4oOM2+IUyKt9+FKmgtZZ7LP /JSNLCkHHfmOVjBmq7DGtBokTFgUHAlI5ezri+dfPr5I7jkAFnED5aqLxUVofpRRA84R NcjhKWbKzhMMN5FuKvwfmfQ8If1yuBuYdV7cXiDI+zhnut2en3szKtsBgDdRgN/LjOE7 n1wYsFgWc50CDMJx7znXQTH9xlwq8dKZAgcQH+LCV1te76g/qV3Fae7/WaVuDuvufDvB FGLg== X-Gm-Message-State: AOAM533p8p9MEIG0O/yd8hUhHM9+0Xh2Jm9Gxwo6ThdCDalpY6jY9MHw Iw2xRUGpvDzNgXWNpbkL4bk/bU3h X-Google-Smtp-Source: ABdhPJx3+io0ufBndusd9MhsVEF8wAAfof4G2dsx/TwBogWIHN65MNF4ySo7Q5KjuJFN4Ja0xSktyA== X-Received: by 2002:a1c:cc0d:: with SMTP id h13mr254613wmb.168.1591986569521; Fri, 12 Jun 2020 11:29:29 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id z206sm10337586wmg.30.2020.06.12.11.29.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Jun 2020 11:29:28 -0700 (PDT) Message-Id: In-Reply-To: References: From: "Sibi Siddharthan via GitGitGadget" Date: Fri, 12 Jun 2020 18:29:19 +0000 Subject: [PATCH v4 1/8] Introduce CMake support for configuring Git Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Sibi Siddharthan , Sibi Siddharthan Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Sibi Siddharthan At the moment, the recommended way to configure Git's builds is to simply run `make`. If that does not work, the recommended strategy is to look at the top of the `Makefile` to see whether any "Makefile knob" has to be turned on/off, e.g. `make NO_OPENSSL=YesPlease`. Alternatively, Git also has an `autoconf` setup which allows configuring builds via `./configure [