--- trunk/mage/usr/lib/mage/smage2.sh 2013/08/14 07:38:37 2157 +++ trunk/mage/usr/lib/mage/smage2.sh 2013/08/14 07:55:29 2159 @@ -318,6 +318,10 @@ # setup for distcc goes *before* ccache, so ccache comes before distcc in path mqueryfeature "distcc" && setup_distcc_environment +# setup icecc +# setup for icecc goes *before* ccache, so ccache comes before icecc in path +mqueryfeature "icecream" && setup_icecc_environment + # setup ccache mqueryfeature "ccache" && setup_ccache_environment