lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 26 Jan 2022 11:32:02 +0100
From:   Daniel Bristot de Oliveira <bristot@...nel.org>
To:     Shuah Khan <skhan@...uxfoundation.org>, rostedt@...dmis.org
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rtla: make doc build optional

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@...uxfoundation.org>

Acked-by: Daniel Bristot de Oliveira <bristot@...nel.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)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ