All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Gray <bgray@linux.ibm.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: Benjamin Gray <bgray@linux.ibm.com>
Subject: [PATCH 0/3] Clean up PowerPC selftest stderr output
Date: Tue, 28 Feb 2023 11:07:06 +1100	[thread overview]
Message-ID: <20230228000709.124727-1-bgray@linux.ibm.com> (raw)

There are several messages being logged to stderr when building the PowerPC
selftests:

  $ make -j$(nproc) O=build -C tools/testing/selftests \
    INSTALL_PATH="$PWD"/out/selftests TARGETS=powerpc install > /dev/null

  Makefile:50: warning: overriding recipe for target 'clean'
  ../../lib.mk:124: warning: ignoring old recipe for target 'clean'
  1+0 records in
  1+0 records out
  65536 bytes (66 kB, 64 KiB) copied, 7.71e-05 s, 850 MB/s
  Makefile:50: warning: overriding recipe for target 'clean'
  ../../lib.mk:124: warning: ignoring old recipe for target 'clean'
  make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
  ...
  make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
  Makefile:50: warning: overriding recipe for target 'clean'
  ../../lib.mk:124: warning: ignoring old recipe for target 'clean'
  make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
  ...
  make[2]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.

This series fixes or silences them to make any legitimate build warnings more
apparent.


Benjamin Gray (3):
  selftests/powerpc: Use CLEAN macro to fix make warning
  selftests/powerpc: Pass make context to children
  selftests/powerpc: Make dd output quiet

 tools/testing/selftests/powerpc/Makefile     |  8 ++---
 tools/testing/selftests/powerpc/mm/Makefile  |  2 +-
 tools/testing/selftests/powerpc/pmu/Makefile | 31 +++++++++++---------
 3 files changed, 22 insertions(+), 19 deletions(-)


base-commit: ec0a1b360aec1ba0bdfad3dd69e300b028529c0d
--
2.39.2

             reply	other threads:[~2023-02-28  0:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  0:07 Benjamin Gray [this message]
2023-02-28  0:07 ` [PATCH 1/3] selftests/powerpc: Use CLEAN macro to fix make warning Benjamin Gray
2023-02-28  0:07 ` [PATCH 2/3] selftests/powerpc: Pass make context to children Benjamin Gray
2023-02-28  0:07 ` [PATCH 3/3] selftests/powerpc: Make dd output quiet Benjamin Gray
2023-04-06  1:09 ` [PATCH 0/3] Clean up PowerPC selftest stderr output Michael Ellerman

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=20230228000709.124727-1-bgray@linux.ibm.com \
    --to=bgray@linux.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.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 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.