From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 778E03858C3A for ; Sun, 23 Jan 2022 15:05:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 778E03858C3A Received: by mail-pl1-x636.google.com with SMTP id u11so13165116plh.13 for ; Sun, 23 Jan 2022 07:05:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hQ1fmlEMH2yDDWToIzIz3kdAQ2i//k+jGxjpINcQPRc=; b=CMyBUKdYUUZXVKkMsopQDedwcMplsbPwA+kudV2rItGUHuijXowqJ0DHGoFQUb1+/l 3gOQFnY7On+mzAkwf/rlF2K0Wldj9mCiKZQFgNBv5PI7Vnh0fCzMW9X1KVcWFnMmV/Lg 21VC61A6+l+Uxiild0eNWSPvqhBf7YjYRCo8ptF2/AOtQGfohhOp7lAVjqoisyGXmNSv /CKkhsv1Nn+4ayYzkP85ThPC1trAbNbPzaPLOc7VuHvQfk7H/CFXfM+0c6+3PxHPtFA7 JXlAM9Z4KcLVyHCeopzmjbztpm+iwmYgBARub+YoL2jK9fYdg9JQmLrmkmbxozRLBHDl 6eUA== X-Gm-Message-State: AOAM533Bs/Cpltje6cGpEKskuN8LHFBERqI2Zn84H8ieC2Iy/RKP3Y3o m30zSvp7WYXB+IIo1knBcdvynZpqRVGB5S6CkkE= X-Google-Smtp-Source: ABdhPJyx9lTfEHGcRqfh2eMc11NHIpKNpuooL2haKvfT63wGoFAsOveYACjHU9u53WzCKqY9SUaLOKaN+xzSvrQw7Io= X-Received: by 2002:a17:902:bf09:b0:149:d2a3:ddac with SMTP id bi9-20020a170902bf0900b00149d2a3ddacmr11107276plb.4.1642950351538; Sun, 23 Jan 2022 07:05:51 -0800 (PST) MIME-Version: 1.0 References: <20211220071625.29229-1-vapier@gentoo.org> <20211220071625.29229-3-vapier@gentoo.org> <9994a2d6-f033-553e-5530-0dd7916bc627@redhat.com> In-Reply-To: <9994a2d6-f033-553e-5530-0dd7916bc627@redhat.com> From: "H.J. Lu" Date: Sun, 23 Jan 2022 07:05:15 -0800 Message-ID: Subject: Re: [PATCH 3/3] bfd: merge doc subdir up a level To: Nick Clifton Cc: Mike Frysinger , Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3021.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: 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: Sun, 23 Jan 2022 15:05:57 -0000 On Sat, Jan 22, 2022 at 6:40 AM Nick Clifton via Binutils wrote: > > 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) This caused: https://sourceware.org/bugzilla/show_bug.cgi?id=28807 -- H.J.