Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.functions.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2171 by niro, Wed Aug 14 13:51:31 2013 UTC revision 2172 by niro, Thu Aug 15 08:56:57 2013 UTC
# Line 677  setup_ccache_environment() Line 677  setup_ccache_environment()
677  {  {
678   if [ -x /usr/bin/ccache ]   if [ -x /usr/bin/ccache ]
679   then   then
680   mqueryfeature "icecream" && export CCACHE_PREFIX=icecc   mqueryfeature "icecc" && export CCACHE_PREFIX=icecc
681    
682   echo -e "${COLBLUE}---${COLGREEN} Using CCache for compilation ...${COLDEFAULT}"   echo -e "${COLBLUE}---${COLGREEN} Using CCache for compilation ...${COLDEFAULT}"
683   export PATH=/usr/$(mlibdir)/ccache/bin:${PATH} || die "ccache: could not export new $PATH"   export PATH=/usr/$(mlibdir)/ccache/bin:${PATH} || die "ccache: could not export new $PATH"

Legend:
Removed from v.2171  
changed lines
  Added in v.2172