Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 8e377dedd5a95cef967890255f8d0c28 > files > 1

ccache-3.1.7-1.mga2.i586.rpm


if ( -f /etc/sysconfig/ccache ) then
    eval `sed -n 's/^\([^#]*\)=\([^#]*\)/set \1=\2;/p' < /etc/sysconfig/ccache`
endif
if ( "$USE_CCACHE_DEFAULT" == "yes" ) then
    if ( "$path" !~ */usr/lib/ccache/bin* ) then
        setenv path = ( /usr/lib/ccache/bin $path )
    endif
endif