All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB
@ 2020-10-09 20:52 Anders Roxell
  2020-10-19 19:22 ` John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: Anders Roxell @ 2020-10-09 20:52 UTC (permalink / raw)
  To: williams, jkacur; +Cc: linux-rt-users, Anders Roxell

Since the installation of get_cyclictest_snapshot.py is done if PYLIB
then we should only install the manpages then as well.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
Hi,

I wasn't sure if this is the correct way for the manpages or if we just
want to remove the "ifdef PYLIB" around the
src/hwlatdetect/hwlatdetect.8 ?

What do you prefer ?

Cheers,
Anders

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c3ebbd7b2a2e..5f34075a4aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,10 +49,10 @@ MANPAGES = src/cyclictest/cyclictest.8 \
 	   src/sched_deadline/deadline_test.8 \
 	   src/ssdd/ssdd.8 \
 	   src/sched_deadline/cyclicdeadline.8 \
-	   src/cyclictest/get_cyclictest_snapshot.8 \
 	   src/oslat/oslat.8
 
 ifdef PYLIB
+	MANPAGES += src/cyclictest/get_cyclictest_snapshot.8 \
 	MANPAGES += src/hwlatdetect/hwlatdetect.8
 endif
 
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB
  2020-10-09 20:52 [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB Anders Roxell
@ 2020-10-19 19:22 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2020-10-19 19:22 UTC (permalink / raw)
  To: Anders Roxell; +Cc: williams, linux-rt-users



On Fri, 9 Oct 2020, Anders Roxell wrote:

> Since the installation of get_cyclictest_snapshot.py is done if PYLIB
> then we should only install the manpages then as well.
> 
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
> Hi,
> 
> I wasn't sure if this is the correct way for the manpages or if we just
> want to remove the "ifdef PYLIB" around the
> src/hwlatdetect/hwlatdetect.8 ?
> 
> What do you prefer ?
> 
> Cheers,
> Anders
> 
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index c3ebbd7b2a2e..5f34075a4aa1 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -49,10 +49,10 @@ MANPAGES = src/cyclictest/cyclictest.8 \
>  	   src/sched_deadline/deadline_test.8 \
>  	   src/ssdd/ssdd.8 \
>  	   src/sched_deadline/cyclicdeadline.8 \
> -	   src/cyclictest/get_cyclictest_snapshot.8 \
>  	   src/oslat/oslat.8
>  
>  ifdef PYLIB
> +	MANPAGES += src/cyclictest/get_cyclictest_snapshot.8 \
>  	MANPAGES += src/hwlatdetect/hwlatdetect.8
>  endif
>  
> -- 
> 2.28.0

Signed-off-by: John Kacur <jkacur@redhat.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-19 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 20:52 [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB Anders Roxell
2020-10-19 19:22 ` John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.