mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
bin/ccache
|
|
bin/ccache-update-links
|
|
%%DATADIR%%/ccache.tar
|
|
%%CCLINKDIR%%/world/ccache
|
|
@dirrm %%DATADIR%%
|
|
@exec echo "Create compiler links..."
|
|
@exec %D/bin/ccache-update-links -v
|
|
@unexec find %D/%%CCLINKDIR%% -type l -exec rm -f {} \;
|
|
@unexec rmdir %D/%%CCLINKDIR%%/world
|
|
@unexec rmdir %D/%%CCLINKDIR%%
|