Navigation Menu

Skip to content

Commit

Permalink
try to quiet make
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 22, 2019
1 parent 9b34dc4 commit 8e41fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raddb/all.mk
Expand Up @@ -21,7 +21,7 @@ LOCAL_MODULES := $(addprefix raddb/mods-enabled/,$(DEFAULT_MODULES))
define BUILD_CERT
raddb/certs/ecc/${1}.pem raddb/certs/rsa/${1}.pem : raddb/certs/${1}.cnf
${Q}echo MAKE-CERT ${1}
${Q}$(MAKE) -C ${top_srcdir}/raddb/certs/ ${1}
+${Q}$(MAKE) -C ${top_srcdir}/raddb/certs/ ${1}

GENERATED_CERT_FILES += raddb/certs/ecc/${1}.pem raddb/certs/rsa/${1}.pem
endef
Expand All @@ -42,7 +42,7 @@ $(eval $(call DEPEND_CERT,ocsp ca))

.PHONY: raddb/certs/dh
raddb/certs/dh:
${Q}$(MAKE) -C ${top_srcdir}/raddb/certs/ dh
+${Q}$(MAKE) -C ${top_srcdir}/raddb/certs/ dh

GENERATED_CERT_FILES += raddb/certs/dh

Expand Down

0 comments on commit 8e41fe9

Please sign in to comment.