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

(-)Makefile (-1 / +1 lines)
Lines 80-86 Link Here
80
.endif
80
.endif
81
81
82
post-install:
82
post-install:
83
	@${ECHO_CMD} "Create compiler links..."
83
	@${ECHO_CMD} "Creating compiler links..."
84
	@${PREFIX}/bin/ccache-update-links -v
84
	@${PREFIX}/bin/ccache-update-links -v
85
	@${CAT} ${PKGMESSAGE}
85
	@${CAT} ${PKGMESSAGE}
86
.if defined(WITH_CLANGLINK)
86
.if defined(WITH_CLANGLINK)
(-)pkg-plist (-3 / +3 lines)
Lines 3-10 Link Here
3
%%DATADIR%%/ccache.tar
3
%%DATADIR%%/ccache.tar
4
%%CCLINKDIR%%/world/ccache
4
%%CCLINKDIR%%/world/ccache
5
@dirrm %%DATADIR%%
5
@dirrm %%DATADIR%%
6
@exec echo "Create compiler links..."
6
@exec echo "Creating compiler links..."
7
@exec %D/bin/ccache-update-links -v
7
@exec %D/bin/ccache-update-links -v
8
@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
8
@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
9
@unexec rmdir %D/%%CCLINKDIR%%/world
9
@dirrmtry %%CCLINKDIR%%/world
10
@unexec rmdir %D/%%CCLINKDIR%%
10
@dirrmtry %%CCLINKDIR%%
(-)files/pkg-message-clang (-2 / +2 lines)
Lines 1-5 Link Here
1
You've chosen to create symlinks to clang compiler binaries if they exist.
1
You've chosen to create symlinks to the clang compiler binaries if they exist.
2
While it's known to be save to build world with clang/ccache, is not fully
2
While it's known to be safe to build world with clang/ccache, is not fully
3
supported yet. You have been warned.
3
supported yet. You have been warned.
4
4
5
See:
5
See:

Return to bug 163615