From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: Makefile:63: warning: overriding recipe for target 'emit_tests'
Date: Thu, 26 Mar 2026 19:18:22 +0100 [thread overview]
Message-ID: <202603261951.TW306BAo-lkp@intel.com> (raw)
::::::
:::::: Manual check reason: "only suspicious fbc files changed"
::::::
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
CC: linux-kernel@vger.kernel.org
TO: Michael Ellerman <mpe@ellerman.id.au>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: 453a4a5f97f0c95b7df458e6afb98d4ab057d90b
commit: 58b33e78a31782ffe25d404d5eba9a45fe636e27 selftests/powerpc: Fix emit_tests to work with run_kselftest.sh
date: 2 years, 6 months ago
:::::: branch date: 79 minutes ago
:::::: commit date: 2 years, 6 months ago
config: riscv-allnoconfig-bpf (https://download.01.org/0day-ci/archive/20260326/202603261951.TW306BAo-lkp@intel.com/config)
compiler: riscv64-linux-gnu-gcc (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260326/202603261951.TW306BAo-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202603261951.TW306BAo-lkp@intel.com/
All warnings (new ones prefixed by >>):
make[1]: *** [Makefile:122: tools/testing/selftests/hid/host-tools/sbin/bpftool] Error 2
make[1]: Target 'all' not remade because of errors.
make[1]: *** No targets. Stop.
Makefile:257: warning: overriding recipe for target 'tools/testing/selftests/kvm/get-reg-list'
Makefile:252: warning: ignoring old recipe for target 'tools/testing/selftests/kvm/get-reg-list'
>> Makefile:63: warning: overriding recipe for target 'emit_tests'
../lib.mk:145: warning: ignoring old recipe for target 'emit_tests'
make[1]: *** No targets. Stop.
make[1]: *** No targets specified and no makefile found. Stop.
vim +/emit_tests +63 Makefile
3812b8c5c5d527 Masahiro Yamada 2019-02-22 59
066b7ed9558087 Michal Marek 2014-07-04 60 # Beautify output
066b7ed9558087 Michal Marek 2014-07-04 61 # ---------------------------------------------------------------------------
066b7ed9558087 Michal Marek 2014-07-04 62 #
8962b6b475bddc Masahiro Yamada 2022-12-23 @63 # Most of build commands in Kbuild start with "cmd_". You can optionally define
8962b6b475bddc Masahiro Yamada 2022-12-23 64 # "quiet_cmd_*". If defined, the short log is printed. Otherwise, no log from
8962b6b475bddc Masahiro Yamada 2022-12-23 65 # that command is printed by default.
066b7ed9558087 Michal Marek 2014-07-04 66 #
8962b6b475bddc Masahiro Yamada 2022-12-23 67 # e.g.)
8962b6b475bddc Masahiro Yamada 2022-12-23 68 # quiet_cmd_depmod = DEPMOD $(MODLIB)
8962b6b475bddc Masahiro Yamada 2022-12-23 69 # cmd_depmod = $(srctree)/scripts/depmod.sh $(DEPMOD) $(KERNELRELEASE)
066b7ed9558087 Michal Marek 2014-07-04 70 #
066b7ed9558087 Michal Marek 2014-07-04 71 # A simple variant is to prefix commands with $(Q) - that's useful
066b7ed9558087 Michal Marek 2014-07-04 72 # for commands that shall be hidden in non-verbose mode.
066b7ed9558087 Michal Marek 2014-07-04 73 #
8962b6b475bddc Masahiro Yamada 2022-12-23 74 # $(Q)$(MAKE) $(build)=scripts/basic
066b7ed9558087 Michal Marek 2014-07-04 75 #
6ae4b9868a8f72 Masahiro Yamada 2022-12-23 76 # If KBUILD_VERBOSE contains 1, the whole command is echoed.
6ae4b9868a8f72 Masahiro Yamada 2022-12-23 77 # If KBUILD_VERBOSE contains 2, the reason for rebuilding is printed.
066b7ed9558087 Michal Marek 2014-07-04 78 #
^1da177e4c3f41 Linus Torvalds 2005-04-16 79 # To put more focus on warnings, be less verbose as default
^1da177e4c3f41 Linus Torvalds 2005-04-16 80 # Use 'make V=1' to see the full commands
^1da177e4c3f41 Linus Torvalds 2005-04-16 81
:::::: The code at line 63 was first introduced by commit
:::::: 8962b6b475bddc011c414f40ffd02f0ed4e02771 kbuild: print short log in addition to the whole command with V=1
:::::: TO: Masahiro Yamada <masahiroy@kernel.org>
:::::: CC: Masahiro Yamada <masahiroy@kernel.org>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2026-03-26 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-26 18:18 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-20 12:30 Makefile:63: warning: overriding recipe for target 'emit_tests' kernel test robot
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=202603261951.TW306BAo-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild@lists.linux.dev \
/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