Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 05cb9c604c87867fbac53d4a7099ed39 > files > 1

ccache-3.1.7-1.x86_64.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/lib64/ccache/bin* ) then
        setenv path = ( /usr/lib64/ccache/bin $path )
    endif
endif