( cd ./usr/lib/ccache ; rm -rf c++ ) ( cd ./usr/lib/ccache ; ln -sf ../../bin/ccache c++ ) ( cd ./usr/lib/ccache ; rm -rf cc ) ( cd ./usr/lib/ccache ; ln -sf ../../bin/ccache cc ) ( cd ./usr/lib/ccache ; rm -rf g++ ) ( cd ./usr/lib/ccache ; ln -sf ../../bin/ccache g++ ) ( cd ./usr/lib/ccache ; rm -rf gcc ) ( cd ./usr/lib/ccache ; ln -sf ../../bin/ccache gcc )