commit | c6e3bf437184d41d885ba679eab0ddd43f95db56 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Mon Apr 26 15:47:39 2021 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Apr 29 11:22:33 2021 -0300 |
tree | 161c582f0209caffba688118ead48eca9727e5ac | |
parent | 19177bc3da7e52bc7fb7e603556f98f06e074092 [diff] |
perf build: Defer printing detected features to the end of all feature checks We were doing it in tools/build/Makefile.feature, after running the feature checks, but then in tools/perf/Makefile.config we can call more feature checks when we notice that some feature check failed, like when libbfd wasn't detected and we add libraries to the LDFLAGS of its feature check to try again, etc. Acked-by: Jiri Olsa <jolsa@kernel.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>