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%% |