You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/12/07 23:37:50 UTC

[incubator-teaclave] branch master updated: Update old names in the comment (#438)

This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new fbb0241  Update old names in the comment (#438)
fbb0241 is described below

commit fbb024136f4ea8e7cfc23f315a86cd6ccd5c9cf0
Author: zEqueue <53...@users.noreply.github.com>
AuthorDate: Tue Dec 8 07:37:40 2020 +0800

    Update old names in the comment (#438)
---
 cmake/TeaclaveUtils.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/TeaclaveUtils.cmake b/cmake/TeaclaveUtils.cmake
index 9fea446..75b12a0 100644
--- a/cmake/TeaclaveUtils.cmake
+++ b/cmake/TeaclaveUtils.cmake
@@ -235,7 +235,7 @@ function(add_enclave_sig_target_n_hooks)
     COMMENT "Generating enclave signatures..."
     DEPENDS ${SGXLIB_TARGETS})
 
-  # Hook the convenience targets for SGX modules so manually `make kms/tms/...`
+  # Hook the convenience targets for SGX modules so manually `make teaclave_execution_service/teaclave_frontend_service/...`
   # will trigger updating enclave sig files
   foreach(sgx_module ${SGX_MODULES})
     add_custom_command(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org