mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
aedee9e8d9
Currently qconf-cfg.sh is the only script that touches the "-bin" target, even though all of the conf_cfg rules declare that they do. Make the recipe unconditionally touch all declared targets to avoid incompatibilities with upcoming versions of GNU make: https://lists.gnu.org/archive/html/info-gnu/2022-10/msg00008.html e.g. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/nconf-bin'. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/mconf-bin'. scripts/kconfig/Makefile:215: warning: pattern recipe did not update peer target 'scripts/kconfig/gconf-bin'. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
7 lines
124 B
Text
7 lines
124 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
/conf
|
|
/[gmnq]conf
|
|
/[gmnq]conf-bin
|
|
/[gmnq]conf-cflags
|
|
/[gmnq]conf-libs
|
|
/qconf-moc.cc
|