Projects
home:Eustace:branches:Eulaceura:Factory
ccache
_service:obs_scm:ccache.csh.in
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:ccache.csh.in of Package ccache
# Use ccache by default. Users who don't want that can setenv the # CCACHE_DISABLE environment variable in their personal profile. if ( "$path" !~ *@LIBDIR@/ccache* ) then set path = ( @LIBDIR@/ccache $path ) endif # If @CACHEDIR@ is writable, use a shared cache there, except for root. # Users who don't want that even if they have the write permission can setenv # the CCACHE_DIR environment variable to another location and possibly unsetenv # the CCACHE_UMASK environment variable in their personal profile. if ( $?CCACHE_DIR ) then if ( ! -w "$CCACHE_DIR" ) then # Reset broken settings maybe inherited when switching users (#651023). unsetenv CCACHE_DIR unsetenv CCACHE_UMASK endif else if ( $uid != 0 ) then if ( -w @CACHEDIR@ && -d @CACHEDIR@ ) then # Set up the shared cache. setenv CCACHE_DIR @CACHEDIR@ setenv CCACHE_UMASK 002 unsetenv CCACHE_HARDLINK endif endif
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2