View | Details | Raw Unified | Return to bug 109294
Collapse All | Expand All

(-)xds/Makefile (-1 / +1 lines)
Lines 37-43 Link Here
37
		${WRKSRC}/bin/xcwork
37
		${WRKSRC}/bin/xcwork
38
38
39
post-build:
39
post-build:
40
	cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
40
	@cd ${WRKSRC} && ${SETENV} PATH=${WRKSRC}/bin ./apisyms-x86
41
41
42
do-install:
42
do-install:
43
	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
43
	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
(-)xds/files/pkg-message.in (-1 / +1 lines)
Lines 3-9 Link Here
3
xds has been installed.
3
xds has been installed.
4
4
5
The real binaries are under %%PREFIX%%/xds, but symlinks have
5
The real binaries are under %%PREFIX%%/xds, but symlinks have
6
been added to %%PREFIX%%/bin for 'xm', 'xmwork' and 'xds-h2d'.
6
been added to %%PREFIX%%/bin for 'xc', 'xcwork' and 'xds-h2d'.
7
7
8
Note that the last symlink was renamed to avoid conflicting with "lang/xds-c".
8
Note that the last symlink was renamed to avoid conflicting with "lang/xds-c".

Return to bug 109294