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.8 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 9F8501F5AE for ; Fri, 19 Jun 2020 17:29:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392629AbgFSR3Q (ORCPT ); Fri, 19 Jun 2020 13:29:16 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:60869 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732343AbgFSR3P (ORCPT ); Fri, 19 Jun 2020 13:29:15 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 41DBD60B6D; Fri, 19 Jun 2020 13:29:13 -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=eF5qGpWC4KxSUN0ol10AYlI3erk=; b=UjeFaZ 4KTl/kAtWvoQHsmZ7yZM+uv5TdxPYR8cRF+K/zjcOnja8T2BdxaINvsL88MfcsVD 3ZqPInCg9upSAdxktwIce2O7igKYXpAxqo46owdE9iorfrZGq0dnsYIyAXeRU0nR laRhsDIplZm6xAGVcmwMHdUcSpL9J1U5oQW+8= 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=adVXTDwCjdpL8appt3zALIolvpeelnbN +lizY/tmeUSaVoYrR4BaDaDQoQgkeTrnngD8YJ/7UB3l0qXCrdm4zo6Zo9NnYnH1 UznctaGGmAUS0J0j4iVdpE9Kd3VTGCapGEKMTEmHKshgN0MCIuqgzpN1Xyb2upeA fL0qEOFmkzc= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 395A060B6B; Fri, 19 Jun 2020 13:29:13 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.231.104.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id C150D60B69; Fri, 19 Jun 2020 13:29:12 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Sibi Siddharthan Cc: =?utf-8?Q?=C3=98ystein?= Walle , Sibi Siddharthan via GitGitGadget , git@vger.kernel.org Subject: Re: [PATCH v4 6/8] cmake: support for building git on windows with mingw References: <549f0cd5fffef38e8d85246a9aa2593674aad68c.1591986566.git.gitgitgadget@gmail.com> <20200615140349.1783-1-oystwa@gmail.com> Date: Fri, 19 Jun 2020 10:29:12 -0700 In-Reply-To: (Sibi Siddharthan's message of "Fri, 19 Jun 2020 22:45:20 +0530") 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: 644D0170-B252-11EA-9C20-C28CBED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Sibi Siddharthan writes: >> Let's not worry about cross-platform and instead stick to Windows >> and nothing else for now to expedite the process. As long as it is >> advertised as such, nobody would complain that it does not work on >> Linux or macOS. >> > > Okay. > > Just for your information. > This is the exact diff that needs to be added to address the issue. I do not care how small the diff is. This won't be the last such case that needs a workaround, and I do not want to see us die from thousands of little cuts. If anything, a diff that removes things that are needed only because we try to work on non-Windows systems would be more interesting to see. If it removes a single ifdef(), that would be worth applying. Thanks.