linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Clean up PowerPC selftest stderr output
@ 2023-02-28  0:07 Benjamin Gray
  2023-02-28  0:07 ` [PATCH 1/3] selftests/powerpc: Use CLEAN macro to fix make warning Benjamin Gray
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Benjamin Gray @ 2023-02-28  0:07 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Benjamin Gray

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

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

end of thread, other threads:[~2023-04-06  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-28  0:07 [PATCH 0/3] Clean up PowerPC selftest stderr output Benjamin Gray
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

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).