linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anders Roxell <anders.roxell@linaro.org>
To: williams@redhat.com, jkacur@redhat.com
Cc: linux-rt-users@vger.kernel.org, Anders Roxell <anders.roxell@linaro.org>
Subject: [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB
Date: Fri,  9 Oct 2020 22:52:30 +0200	[thread overview]
Message-ID: <20201009205230.887524-1-anders.roxell@linaro.org> (raw)

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


             reply	other threads:[~2020-10-09 20:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 20:52 Anders Roxell [this message]
2020-10-19 19:22 ` [PATCH] Makefile: manpages: only add get_cyclictest_snapshot if PYLIB John Kacur

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=20201009205230.887524-1-anders.roxell@linaro.org \
    --to=anders.roxell@linaro.org \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /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;
as well as URLs for NNTP newsgroup(s).