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

yuanz pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/main by this push:
     new eb1ea70  examples/Makefile: escape backticks in echo command
eb1ea70 is described below

commit eb1ea701e505d7a3737a1c0d67804a47df02cfed
Author: Yuan Zhuang <[email protected]>
AuthorDate: Tue Nov 26 12:39:08 2024 +0000

    examples/Makefile: escape backticks in echo command
---
 examples/message_passing_interface-rs/host/Makefile | 2 +-
 examples/message_passing_interface-rs/ta/Makefile   | 2 +-
 examples/serde-rs/host/Makefile                     | 2 +-
 examples/serde-rs/ta/Makefile                       | 2 +-
 examples/tcp_client-rs/host/Makefile                | 2 +-
 examples/tcp_client-rs/ta/Makefile                  | 2 +-
 examples/tls_client-rs/host/Makefile                | 2 +-
 examples/tls_client-rs/ta/Makefile                  | 2 +-
 examples/tls_server-rs/host/Makefile                | 2 +-
 examples/tls_server-rs/ta/Makefile                  | 2 +-
 examples/udp_socket-rs/host/Makefile                | 2 +-
 examples/udp_socket-rs/ta/Makefile                  | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/examples/message_passing_interface-rs/host/Makefile 
b/examples/message_passing_interface-rs/host/Makefile
index ec92d9e..57b16fb 100644
--- a/examples/message_passing_interface-rs/host/Makefile
+++ b/examples/message_passing_interface-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/message_passing_interface-rs/ta/Makefile 
b/examples/message_passing_interface-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/message_passing_interface-rs/ta/Makefile
+++ b/examples/message_passing_interface-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif
diff --git a/examples/serde-rs/host/Makefile b/examples/serde-rs/host/Makefile
index 6c5bf8f..1ff57fe 100644
--- a/examples/serde-rs/host/Makefile
+++ b/examples/serde-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/serde-rs/ta/Makefile b/examples/serde-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/serde-rs/ta/Makefile
+++ b/examples/serde-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif
diff --git a/examples/tcp_client-rs/host/Makefile 
b/examples/tcp_client-rs/host/Makefile
index 5a6cc16..7675483 100644
--- a/examples/tcp_client-rs/host/Makefile
+++ b/examples/tcp_client-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/tcp_client-rs/ta/Makefile 
b/examples/tcp_client-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/tcp_client-rs/ta/Makefile
+++ b/examples/tcp_client-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif
diff --git a/examples/tls_client-rs/host/Makefile 
b/examples/tls_client-rs/host/Makefile
index 7743e0e..7f0f46c 100644
--- a/examples/tls_client-rs/host/Makefile
+++ b/examples/tls_client-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/tls_client-rs/ta/Makefile 
b/examples/tls_client-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/tls_client-rs/ta/Makefile
+++ b/examples/tls_client-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif
diff --git a/examples/tls_server-rs/host/Makefile 
b/examples/tls_server-rs/host/Makefile
index 4950a9f..e160abf 100644
--- a/examples/tls_server-rs/host/Makefile
+++ b/examples/tls_server-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/tls_server-rs/ta/Makefile 
b/examples/tls_server-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/tls_server-rs/ta/Makefile
+++ b/examples/tls_server-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif
diff --git a/examples/udp_socket-rs/host/Makefile 
b/examples/udp_socket-rs/host/Makefile
index 17f93c3..90b6d44 100644
--- a/examples/udp_socket-rs/host/Makefile
+++ b/examples/udp_socket-rs/host/Makefile
@@ -26,7 +26,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: host strip
 endif
diff --git a/examples/udp_socket-rs/ta/Makefile 
b/examples/udp_socket-rs/ta/Makefile
index 31c232f..7e826ed 100644
--- a/examples/udp_socket-rs/ta/Makefile
+++ b/examples/udp_socket-rs/ta/Makefile
@@ -30,7 +30,7 @@ OUT_DIR := $(CURDIR)/target/$(TARGET)/release
 
 ifeq ($(STD),)
 all:
-       @echo "Please `export STD=y` then rerun `source environment` to build 
the STD version"
+       @echo "Please \`export STD=y\` then rerun \`source environment\` to 
build the STD version"
 else
 all: ta strip sign
 endif


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to