From 718359881ddae4569de0d029faa60fea05920922 Mon Sep 17 00:00:00 2001 From: Ray Kinsella Date: Fri, 12 Mar 2021 15:57:29 +0000 Subject: misc: fix checkstyle on fedora The fedora clang-format command helpfully does not include the version suffix, and places clang-format-diff in /usr/share/clang. Have summited #1939018 in Fedora, to fix upstream. https://bugzilla.redhat.com/show_bug.cgi?id=1939018 Until then ... Type: fix Signed-off-by: Ray Kinsella Change-Id: Ibceae0fc15e7461c24288ee04f4d28943f889c36 --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 149af03e8c9..05a912ca42b 100644 --- a/Makefile +++ b/Makefile @@ -620,9 +620,6 @@ compdb: .PHONY: checkstyle checkstyle: checkfeaturelist -ifeq ($(shell which clang-format-10),) - @sudo apt-get install -y clang-format-10 -endif @extras/scripts/checkstyle.sh .PHONY: checkstyle-commit -- cgit 1.2.3-korg