diff options
author | Ray Kinsella <mdr@ashroe.eu> | 2021-03-12 15:57:29 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-03-16 21:36:28 +0000 |
commit | 718359881ddae4569de0d029faa60fea05920922 (patch) | |
tree | cf8ffbfeff7047499bad0f9007a23d83b079d246 /Makefile | |
parent | 04208c6cfb4ec1ce5c30775736c51ce4899f7c23 (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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |