build: fix toplevel check target
authorTony Ambardar <itugrok@yahoo.com>
Sat, 6 Jan 2024 17:26:33 +0000 (09:26 -0800)
committerPaul Spooren <mail@aparcar.org>
Sat, 6 Jan 2024 17:57:42 +0000 (18:57 +0100)
commit184bd28064bc591bf907c42afc9e0b9c1b9858b4
treea12317c84852e9c704e3a3812653126598236f36
parentebed3f65ea681f55b3ccfeb208664552970cb7fc
build: fix toplevel check target

Partially revert changes to verbose logging that break the 'check' target
dependencies and trigger many runtime warnings like:
  /home/kodidev/openwrt-project/include/toplevel.mk:213: *** mixed implicit and normal rules: deprecated syntax

Fixes: e4a43cda0 ("build: allow var.% targets to bypass the prepare steps")
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
include/toplevel.mk