Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13953 - ccache can cache make too
Summary: ccache can cache make too
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-14 21:55 UTC by Michael Cohen (RETIRED)
Modified: 2011-10-30 22:37 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ;)