From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4379 invoked by alias); 24 Sep 2015 21:12:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4086 invoked by uid 89); 24 Sep 2015 21:12:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 24 Sep 2015 21:12:23 +0000 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 5AE45340988; Thu, 24 Sep 2015 21:12:21 +0000 (UTC) Date: Thu, 24 Sep 2015 21:12:00 -0000 From: Mike Frysinger To: Romain Naour Cc: gdb-patches@sourceware.org, Yao Qi , Thomas Petazzoni Subject: Re: [PATCH] [RFC] gdb: add disable-docs option Message-ID: <20150924211221.GA10729@vapier.lan> Mail-Followup-To: Romain Naour , gdb-patches@sourceware.org, Yao Qi , Thomas Petazzoni References: <1441532245-23124-1-git-send-email-romain.naour@openwide.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VS++wcV0S1rZb1Fb" Content-Disposition: inline In-Reply-To: <1441532245-23124-1-git-send-email-romain.naour@openwide.fr> X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00564.txt.bz2 --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 989 On 06 Sep 2015 11:37, Romain Naour wrote: > If makeinfo is not found in the system then the missing > script is used to warn the user. >=20 > Before commit e30465112ed4c6320dd19107302057a5f7712cf2 the missing > script returned 0 after printing the message. >=20 > Now, missing return 127 (command not found) to the Makefile and > the build fail. >=20 > As suggested [1], add a new option to disable the documentation. aren't info pages shipped as part of the release ? so even if makeinfo isn= 't available, it doesn't matter as the pages aren't regenerated on the user's system. maybe you're applying patches to the source that cause the docs to= be regenerated ? if that's the case, i think disabling the docs entirely is t= he wrong way to go. instead it should be skipping the regeneration step and installing the pages that already exist. alternatively, you can adjust your build to update the timestamps of the generated files so the build won't try to regenerate them. -mike --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWBGc1AAoJEEFjO5/oN/WBZ8gP/1ku0NkUgUIM76mmU/UTBLw4 loqKQvQSwIKm4MIRi9kanJW84ro69FD9WB8YuY9kZS1OezXbVg6x0ntdikFOICio qOxVgkxYiDFGtdLBr2HIYBslL1bWrrP7gZLxHqXo1Lh/6qKs9XF7qOufX0QnFYdq 4PaEl0B3iu/QUzcp9N67msdgfq293FgtSU0dryOCNpeDeVzt1z0o4MlOMKLwhYF1 j4IrcHzQR8NZkFfb2vYCO7VkeQLNZreoB0Ja58qUSpv6/E0/qQ5aDNGMFrfAx6ej O/Ys49CAHVqpIfufNshKXxU8Wllvux5zL/FuHgi9ezXEL/SWiM4FWYyaZB788AGs 24XyByyOIe3Hr9L8yPqPswEGlMlwkbddXNZVYFruX6owej5ng8Maop97xy//jyQ/ utB0oAVYHXZtPUZ7uoDhdMtzKjAZsE9+d1imuDsJN059XCpyAICiy91me/zt4Vrk YmVBB31YDn/sDTgcIuVb+NhaU3pxVui3NPndOj8mAAu03gITT4m8gfSqEeDWFbsW oo7KZSMpkwT4vlYfyn1WWh1GDD1wNLHwR3CRBGAEj6SKCXasnZ0jXTq5EjGlhEMV iqHy2xbD8MCRm2m298w++2LiMdJcFAJ8Meb27BVBU8u5hjVe9Y6mPk+d93JgxceD +AXJHJKLP9L3f7MVpFFC =U3RA -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb--