aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRay Kinsella <mdr@ashroe.eu>2021-03-12 15:57:29 +0000
committerDamjan Marion <dmarion@me.com>2021-03-16 21:36:28 +0000
commit718359881ddae4569de0d029faa60fea05920922 (patch)
treecf8ffbfeff7047499bad0f9007a23d83b079d246 /Makefile
parent04208c6cfb4ec1ce5c30775736c51ce4899f7c23 (diff)
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 <mdr@ashroe.eu> Change-Id: Ibceae0fc15e7461c24288ee04f4d28943f889c36
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
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