From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by sourceware.org (Postfix) with ESMTPS id 1F76D3858025 for ; Fri, 5 Mar 2021 20:37:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1F76D3858025 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joel.sherrill@gmail.com Received: by mail-lj1-f176.google.com with SMTP id q14so4436553ljp.4 for ; Fri, 05 Mar 2021 12:37:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=VHq4rSqLoK3t900Hi64EU6yZ3zstLBlT7MLEzIHBsRs=; b=r2y/+quukWklUfxFdbDVRuDEFYyqGuhXgkIgl3DGiYEykG5hHfXK8iRlrUo/v8ybwL t4oGBwlK5F64EtshbkjZhERfw4WW7dh+6zMESOjMbpPwjHFUM3GjzU81ubPnDk6feHdj qCtEBb6iwL5JRZnb1pKJV5tsekD4Sgw4NJ1Rvx9xQenj5xzgpc6hfWI7cuiu2qYUZXKt RDkb6HSIja8c3zINZajVZ9K639Jg+BGipEqB8jHraf51YlPAR0AAyAcST1O8ihZYiwu9 tnkFyZY7AwCePOHxhla5G1UZ5WA0kOwGH7LMLOZEFUAgsAh76VPu+PoUwzpHEBh4Eo4g CbyA== X-Gm-Message-State: AOAM531vuluv2zUJC6xS5hKl969mJm4EldEghd874RAlFWWbDAGDTMhg hLIPGlTLVHErbWBL2u9gCnuDHddS7M0= X-Google-Smtp-Source: ABdhPJxP2cEmyFwMzy0gs8y81RtJ3cuVJot5jLwwf9rMq0nlJwHL26YUEY2WL1HMntHqE7AfRaK9ig== X-Received: by 2002:a2e:6e17:: with SMTP id j23mr6154808ljc.209.1614976665726; Fri, 05 Mar 2021 12:37:45 -0800 (PST) Received: from mail-lf1-f50.google.com (mail-lf1-f50.google.com. [209.85.167.50]) by smtp.gmail.com with ESMTPSA id i184sm432482lfd.205.2021.03.05.12.37.45 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 05 Mar 2021 12:37:45 -0800 (PST) Received: by mail-lf1-f50.google.com with SMTP id m22so5802009lfg.5 for ; Fri, 05 Mar 2021 12:37:45 -0800 (PST) X-Received: by 2002:ac2:5617:: with SMTP id v23mr6676619lfd.123.1614976665050; Fri, 05 Mar 2021 12:37:45 -0800 (PST) MIME-Version: 1.0 References: <0FBBB157-9F84-406D-8156-8515959BF50E@gmail.com> In-Reply-To: Reply-To: joel@rtems.org From: Joel Sherrill Date: Fri, 5 Mar 2021 14:37:31 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Makefile.in not regenerated for libc/posix To: Jeff Johnston Cc: Eshan Dhawan , Newlib X-Spam-Status: No, score=-3031.9 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 20:37:49 -0000 Thanks Jeff! --joel On Fri, Mar 5, 2021, 2:24 PM Jeff Johnston via Newlib wrote: > Regenerated and pushed. > > -- Jeff J. > > On Fri, Mar 5, 2021 at 2:27 PM Eshan Dhawan via Newlib < > newlib@sourceware.org> wrote: > > > Hello, > > Makefile.in wasn=E2=80=99t regenerated for libc/posix > > For the commit: > > > https://sourceware.org/git/?p=3Dnewlib-cygwin.git;a=3Dcommit;h=3Dd8ee6345= 06424ce8b3bea057b84ec82dfdd7a821 > > So the changes from the commit are not building > > > > Thanks > > - Eshan > > > > >