Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13953

Summary: ccache can cache make too
Product: Portage Development Reporter: Michael Cohen (RETIRED) <mjc>
Component: CoreAssignee: Nicholas Jones (RETIRED) <carpaski>
Status: RESOLVED INVALID    
Severity: normal CC: m.debruijne, mr_bones_, vapier
Priority: High    
Version: 2.0   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Cohen (RETIRED) gentoo-dev 2003-01-14 21:55:00 UTC
emake should be modified to check if ccache returns 0... 
if it does, then run 'ccache make' instead of 'make', 
so ccache will cache configures.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-02-04 03:04:04 UTC
explain this better.
Comment 2 Michael Cohen (RETIRED) gentoo-dev 2003-06-08 19:35:22 UTC
doing this with ccache symlinks now. ;)