]> Gentwo Git Trees - linux/.git/commit
tools build: Remove get_current_dir_name feature check
authorIan Rogers <irogers@google.com>
Fri, 3 Oct 2025 17:56:13 +0000 (10:56 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 3 Oct 2025 19:49:11 +0000 (16:49 -0300)
commit79cc9b4b2cc1e9a100f3bdab22c954f8541a8cc7
tree450efbfe2c57c817759870e48caf0d21922c42d1
parent062d02a96d810d55afdc594ceeb52223d8b36b5c
tools build: Remove get_current_dir_name feature check

As perf no longer tests for this feature, and it was the only user,
remove the feature test.

Signed-off-by: Ian Rogers <irogers@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
[ Remove the call to main_test_get_current_dir_name() from main() in test-all.c, otherwise it will always fail ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/Makefile.feature
tools/build/feature/Makefile
tools/build/feature/test-all.c
tools/build/feature/test-get_current_dir_name.c [deleted file]