summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-29 20:24:01 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-29 20:37:01 +0200
commit6c11d17c376cbfda628d3bfe2c57c661951d4ec1 (patch)
treec676f3eba9b0bbeef3d8e7ff79b4625db77ab63f
parente3f4a08a28a7be7db9d7b90038970d8df20162a9 (diff)
*.mk: build-catman-troff: Silence warnings about using UC
We have some pages that come from UCB, and therefore need that macro. It's not like we're going to accidentally use that macro, so let's ignore the warning. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--share/mk/build/catman.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/build/catman.mk b/share/mk/build/catman.mk
index 86616588d..5bc69ce36 100644
--- a/share/mk/build/catman.mk
+++ b/share/mk/build/catman.mk
@@ -51,6 +51,7 @@ $(_CATMAN_MAN_set): %.cat.set: %.cat.troff | $$(@D)/
| $(GREP) -v 'style: .TH missing fifth argument and second argument' \
| $(GREP) -v 'style: blank line in input$$' \
| $(GREP) -v 'style: use of deprecated macro: .PD$$' \
+ | $(GREP) -v 'style: use of deprecated macro: .UC$$' \
||:; \
) \
| $(GREP) ^ >&2