aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/xds/Makefile2
-rw-r--r--lang/xds/files/pkg-message.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/xds/Makefile b/lang/xds/Makefile
index 7933bb29007b..f6aac11876dd 100644
--- a/lang/xds/Makefile
+++ b/lang/xds/Makefile
@@ -37,7 +37,7 @@ post-patch:
${WRKSRC}/bin/xcwork
post-build:
- cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
+ @cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
do-install:
@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
diff --git a/lang/xds/files/pkg-message.in b/lang/xds/files/pkg-message.in
index 6b44083d1913..0904dbd2ee14 100644
--- a/lang/xds/files/pkg-message.in
+++ b/lang/xds/files/pkg-message.in
@@ -3,7 +3,7 @@
xds has been installed.
The real binaries are under %%PREFIX%%/xds, but symlinks have
-been added to %%PREFIX%%/bin for 'xm', 'xmwork' and 'xds-h2d'.
+been added to %%PREFIX%%/bin for 'xc', 'xcwork' and 'xds-h2d'.
Note that the last symlink was renamed to avoid conflicting with "lang/xds-c".