Magellan Linux

Diff of /branches/mage-next/src/smage2.functions.sh.in

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

revision 2163 by niro, Wed Aug 14 13:51:31 2013 UTC revision 2361 by niro, Mon Jan 6 12:40:29 2014 UTC
# Line 318  minstall() Line 318  minstall()
318   sysconfdir=${BINDIR}/etc \   sysconfdir=${BINDIR}/etc \
319   libdir=${BINDIR}/usr/$(mlibdir) \   libdir=${BINDIR}/usr/$(mlibdir) \
320   "$@" install || die "minstall failed"   "$@" install || die "minstall failed"
321          else   else
322                  die "no Makefile found"   die "no Makefile found"
323          fi   fi
324  }  }
325    
326  mmake()  mmake()
# 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.2163  
changed lines
  Added in v.2361