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 B5B7F3858D37 for ; Sat, 22 Jan 2022 14:39:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5B7F3858D37 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-652-uKNxPXhNOyyzkrLl1OLCZg-1; Sat, 22 Jan 2022 09:39:50 -0500 X-MC-Unique: uKNxPXhNOyyzkrLl1OLCZg-1 Received: by mail-wm1-f70.google.com with SMTP id l20-20020a05600c1d1400b0034c29cad547so11356509wms.2 for ; Sat, 22 Jan 2022 06:39:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=vAejMiiMJd1WojYaKziyEG9jpJ669EKr6LjMBZGfCm4=; b=ePmez4PFXbBcmJSKSlJmqHLHB7VLYyk5dyRonxnpRziBU1EfFEl6XE3zZ5iPPGVVhp Uqk38LEmByi/BheyB0F5qUcfAxTRCc9EGBIX3n6bn1o5AqtdJKPDwHTUtHQxWR1xFjeE EZDkLeHOJZxS/afeXZmZejDg/MvpJK3W8aYWqnN0otyRRaUXJ3ShQ6kumdp4mW59e+9T v11Y0lDwr/3EXhk0Lb/IzTqk8qi/dOArvwWWKI/K3Ya5LbC5nFBKYa7VXjiGRUPR/b0a 8YNH++LkqMN1AtoanfWgU1Jd/d3ft351YhYqco0U0TT+e3OhM02r4xNltMwd/tnGvCE3 F7VA== X-Gm-Message-State: AOAM532DhDrl8nl5+ffHSoP+ssd3iNn+9hhfOWk0JBuY6427cw0KSqWH o0rxWDiUFWyiZcXrrJE9SMbt+vaQyh0mw62LQudfllOeiX00DN0Nwqz1KtqbUuzZnXY1lt3bIes ulDl8FvpcA7Lpcf+y4Q== X-Received: by 2002:a5d:6d89:: with SMTP id l9mr59233wrs.500.1642862388940; Sat, 22 Jan 2022 06:39:48 -0800 (PST) X-Google-Smtp-Source: ABdhPJxJKt4LqK6u56m3sjv9ozKANFsW0S6APm5SyIHwkySGnMIEGKk7W+5oMjDB0ReVDq6SbSlu9Q== X-Received: by 2002:a5d:6d89:: with SMTP id l9mr59224wrs.500.1642862388785; Sat, 22 Jan 2022 06:39:48 -0800 (PST) Received: from [192.168.1.6] (adsl-164-239.freeuk.com. [80.168.164.239]) by smtp.gmail.com with ESMTPSA id v5sm11447250wrx.114.2022.01.22.06.39.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 22 Jan 2022 06:39:48 -0800 (PST) Message-ID: <9994a2d6-f033-553e-5530-0dd7916bc627@redhat.com> Date: Sat, 22 Jan 2022 14:39:47 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 3/3] bfd: merge doc subdir up a level To: Mike Frysinger , binutils@sourceware.org References: <20211220071625.29229-1-vapier@gentoo.org> <20211220071625.29229-3-vapier@gentoo.org> From: Nick Clifton In-Reply-To: <20211220071625.29229-3-vapier@gentoo.org> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2022 14:39:55 -0000 Hi Mike, > This avoids a recursive make into the doc subdir and speeds up the > build slightly. It also allows for more parallelism > --- > bfd/Makefile.am | 22 +- > bfd/Makefile.in | 530 ++++++++++++++++++++++--- > bfd/configure | 4 +- > bfd/configure.ac | 3 +- > bfd/doc/Makefile.am | 141 ------- > bfd/doc/Makefile.in | 943 -------------------------------------------- > bfd/doc/local.mk | 155 ++++++++ Approved - please apply (mainline only) Cheers Nick