aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:20:08 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-01 22:20:08 -0300
commitb23f484df9fabc61dd02161c7bd4000fbde92575 (patch)
tree85b42481840952254c6c172aa4ed068ad6bdb5ea /Makefile
parenttesseract.profile: add quiet (#6173) (diff)
downloadfirejail-b23f484df9fabc61dd02161c7bd4000fbde92575.tar.gz
firejail-b23f484df9fabc61dd02161c7bd4000fbde92575.tar.zst
firejail-b23f484df9fabc61dd02161c7bd4000fbde92575.zip
build: ignore depfiles on codespell
This amends commit e665769f5 ("build: automatically generate header dependencies", 2023-07-05) / PR #6164.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b9335127..5a08c85bb 100644
--- a/Makefile
+++ b/Makefile
@@ -381,7 +381,7 @@ scan-build: clean
381codespell: 381codespell:
382 @printf 'Running %s...\n' $@ 382 @printf 'Running %s...\n' $@
383 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \ 383 @codespell --ignore-regex 'UE|als|chage|creat|doas|ether|isplay|readby|[Ss]hotcut' \
384 -S *.gz,*.o,*.so \ 384 -S *.d,*.gz,*.o,*.so \
385 -S COPYING,m4 \ 385 -S COPYING,m4 \
386 -S ./contrib/syscalls.sh \ 386 -S ./contrib/syscalls.sh \
387 . 387 .