diff options
author | Peter Foley <pefoley2@pefoley.com> | 2023-01-13 05:23:59 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-01-13 08:29:52 +0100 |
commit | aedee9e8d9224de35081e73e63333a402907c53c (patch) | |
tree | bdf848d0d74488b49c2cf4c1ef0a5ecbb8145fb9 /Makefile | |
parent | scripts: rpm: make clear that mkspec script contains 4.13 feature (diff) | |
download | linux-aedee9e8d9224de35081e73e63333a402907c53c.tar.xz linux-aedee9e8d9224de35081e73e63333a402907c53c.zip |
kconfig: Update all declared targets
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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions