]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
make certificates more quietly
authorAlan T. DeKok <aland@freeradius.org>
Thu, 2 Apr 2026 19:35:48 +0000 (15:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 2 Apr 2026 19:38:12 +0000 (15:38 -0400)
Makefile

index 8cb15366af6887be9b7108a1e51dfa17314636a4..52483bbacdc80588721b605d2e62714ede07d3e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -404,7 +404,7 @@ compile_commands.json:
 #
 .PHONY: certs
 certs:
-       @$(MAKE) -C raddb/certs
+       @$(MAKE) -C raddb/certs Q=@
 
 ######################################################################
 #