mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Daniel Bristot de Oliveira <bristot@kernel.org>
To: Shuah Khan <skhan@linuxfoundation.org>, rostedt@goodmis.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rtla: make doc build optional
Date: Wed, 26 Jan 2022 11:32:02 +0100	[thread overview]
Message-ID: <86189da9-92b5-c211-e406-5d8b10eb3a77@kernel.org> (raw)
In-Reply-To: <20220126001301.79096-1-skhan@linuxfoundation.org>

On 1/26/22 01:13, Shuah Khan wrote:
> rtla build fails due to doc build dependency on rst2man. Make
> doc build optional so rtla could be built without docs. Leave
> the install dependency on doc_install alone.
> 
> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>

Thanks, Shuah!
-- Daniel

> ---
>  tools/tracing/rtla/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/tracing/rtla/Makefile b/tools/tracing/rtla/Makefile
> index 2d52ff0bff7d..7c39728d08de 100644
> --- a/tools/tracing/rtla/Makefile
> +++ b/tools/tracing/rtla/Makefile
> @@ -59,7 +59,7 @@ endif
>  .PHONY:	all
>  all:	rtla
>  
> -rtla: $(OBJ) doc
> +rtla: $(OBJ)
>  	$(CC) -o rtla $(LDFLAGS) $(OBJ) $(LIBS)
>  
>  static: $(OBJ)


  reply	other threads:[~2022-01-26 10:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-26  0:13 Shuah Khan
2022-01-26 10:32 ` Daniel Bristot de Oliveira [this message]
2022-01-31 20:10 Shuah Khan
2022-01-31 20:11 ` Shuah Khan

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=86189da9-92b5-c211-e406-5d8b10eb3a77@kernel.org \
    --to=bristot@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=skhan@linuxfoundation.org \
    /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

Powered by JetHome