From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] xlib_libSM: only build documentation if needed
Date: Thu, 27 Sep 2012 23:48:19 +0200 [thread overview]
Message-ID: <5064C9A3.8040305@mind.be> (raw)
In-Reply-To: <20120926212531.70C0399722@busybox.osuosl.org>
On 26/09/12 22:51, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=812eae5ccf281f89efba6092cb432224c0f7e89c
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> Documentation generation is slow, so only create it if requested.
>
> Signed-off-by: Peter Korsgaard<jacmet@sunsite.dk>
> ---
> package/x11r7/xlib_libSM/xlib_libSM.mk | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/package/x11r7/xlib_libSM/xlib_libSM.mk b/package/x11r7/xlib_libSM/xlib_libSM.mk
> index a8d1eff..bdbda3f 100644
> --- a/package/x11r7/xlib_libSM/xlib_libSM.mk
> +++ b/package/x11r7/xlib_libSM/xlib_libSM.mk
> @@ -11,4 +11,9 @@ XLIB_LIBSM_INSTALL_STAGING = YES
> XLIB_LIBSM_DEPENDENCIES = xlib_libICE xlib_xtrans xproto_xproto
> XLIB_LIBSM_CONF_OPT = --without-libuuid
>
> +ifneq ($(BR2_HAVE_DOCUMENTATION),y)
> +# documentation generation is slow
> +XLIB_LIBSM_CONF_OPT += --disable-docs
> +endif
>
Roughly 45 packages have some form of --disable-doc, with variants
--disable-doc
--disable-docs
--disable-documentation
Maybe we should just add all three to the common configure options?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-09-27 21:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-26 20:51 [Buildroot] [git commit] xlib_libSM: only build documentation if needed Peter Korsgaard
2012-09-27 21:48 ` Arnout Vandecappelle [this message]
2012-09-28 9:48 ` Peter Korsgaard
2012-11-04 10:52 ` [Buildroot] [PATCH] pkg-infra: pass --disable-doc if documentation is not enabled Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5064C9A3.8040305@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox