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.129.124]) by sourceware.org (Postfix) with ESMTPS id D065E3858410 for ; Thu, 11 Nov 2021 10:45:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D065E3858410 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=1636627545; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=Dm7MvCKNnOK4ZlyXqammt1qxuARZdcF9Q77mdPNmnQ0=; b=i4fmYoMdUi4jQf5QnThsUUMW2VFo4qIGNh9GMtG0nLARnuENcu2xV/EqHKay2ILelSyGT5 BqPgPU3IdH0cZo1VVuyV8DqM0Fv4d6TutCQZC+g42X7bquaglSXzz85qtviCHip09OM9v+ T4tQmXzBfdkZx2Qf9OKFnXwUUAPZBnM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-3-63VzOmyqNOeSfnFSvstM4g-1; Thu, 11 Nov 2021 05:45:44 -0500 X-MC-Unique: 63VzOmyqNOeSfnFSvstM4g-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4DE2F18125C0 for ; Thu, 11 Nov 2021 10:45:43 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-10.ams2.redhat.com [10.36.112.10]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1E47A5D6B1 for ; Thu, 11 Nov 2021 10:45:43 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 965FBA80A5B; Thu, 11 Nov 2021 11:45:41 +0100 (CET) Date: Thu, 11 Nov 2021 11:45:41 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH] newlib: merge doc into top-level Makefile Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <20211111020714.11610-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: <20211111020714.11610-1-vapier@gentoo.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com 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=-7.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Thu, 11 Nov 2021 10:45:49 -0000 On Nov 10 21:07, Mike Frysinger wrote: > Avoid a recursive make with this tiny subdir to speed things up a bit. > --- > newlib/Makefile.am | 29 +- > newlib/Makefile.in | 66 +- > newlib/configure | 36 +- > newlib/configure.ac | 26 +- > newlib/doc/Makefile.am | 28 - > newlib/doc/Makefile.in | 368 --- > newlib/doc/aclocal.m4 | 1012 --------- > newlib/doc/configure | 4804 --------------------------------------- > newlib/doc/configure.ac | 43 - > newlib/doc/local.mk | 20 + > 10 files changed, 135 insertions(+), 6297 deletions(-) > delete mode 100644 newlib/doc/Makefile.am > delete mode 100644 newlib/doc/Makefile.in > delete mode 100644 newlib/doc/aclocal.m4 > delete mode 100755 newlib/doc/configure > delete mode 100644 newlib/doc/configure.ac > create mode 100644 newlib/doc/local.mk Patch doesn't apply cleanly to current master. Please rebase. Thanks, Corinna