From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id E6E693858403 for ; Fri, 26 Aug 2022 14:49:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E6E693858403 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1661525371; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=N0Lh1f8vcsF0BcqqWOrslfdgH0Q3cug2wUxkrOyXBZE=; b=JYyqnpV3GCq3tgDlxcHf88Hl0db90oVmROLxSBz7xDqTENHAFp+P1BBE043apwaNKx/96c TYLJrboR6OlOiRJ/A1hKtxVPMgUtmVe063CBsVzFQMW19L5w929HLH+eL5wqyrfTHlpZls XuUQ8EUEUUfPnXFYKuVfsbQy0uhHL8E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-498-JSescxYRNCKeBL70AIlAuA-1; Fri, 26 Aug 2022 10:49:28 -0400 X-MC-Unique: JSescxYRNCKeBL70AIlAuA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3601A80231E; Fri, 26 Aug 2022 14:49:28 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.193.176]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 13F231121314; Fri, 26 Aug 2022 14:49:28 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 6DEFEA807A8; Fri, 26 Aug 2022 16:49:23 +0200 (CEST) Date: Fri, 26 Aug 2022 16:49:23 +0200 From: Corinna Vinschen To: Palmer Dabbelt Cc: newlib@sourceware.org Subject: Re: [PATCH] libgloss: riscv: Convert to non-recursive automake Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Palmer Dabbelt , newlib@sourceware.org References: <20220823231256.7028-1-palmer@rivosinc.com> MIME-Version: 1.0 In-Reply-To: <20220823231256.7028-1-palmer@rivosinc.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Aug 23 16:12, Palmer Dabbelt wrote: > PR 29515 points out our documentation builds are broken, let's just move > over to the new non-recursive builds. > > Signed-off-by: Palmer Dabbelt > --- > I think something as small as adding an empty "html" target could make that bug > report go away, but when poking around I couldn't figure out why our > Makefile.in was so different. I ended up running into vapier's build system > conversion patches and figured it would be easier to just throw away our > current build configuration rather than trying to figure out how it works. > > This builds for me and the resulting libraries look generally OK, but I don't > personally use newlib right now so I don't have anything specific setup for > testing. > > I haven't included the generated files from running autoconf/automake as I'm > getting a lot of diff right now due to some version mis-matches on my > development box. If folks like this then I'm happy to sort that out, just > figured I'd send something along now to see if this is the right way to go -- > it's a lot of diff just to make "make html" work, but as far as I can tell the > plan is to convert all subdirs over eventually so it seems sane to me. Pushed with regenerated configurey. Thanks, Corinna