b12cd5c9de
PR: 163615 Submitted by: swills Feature safe: yes
11 lines
288 B
Plaintext
11 lines
288 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 {} \;
|
|
@dirrmtry %%CCLINKDIR%%/world
|
|
@dirrmtry %%CCLINKDIR%%
|