Commit graph

4 commits

Author SHA1 Message Date
Martin Kuehl
6c0b813f15 ccache - Install man pages in the correct path
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-20 16:14:06 -08:00
Adam Vandenberg
bb67f6c976 Reformat ccache 2009-12-12 16:24:18 +00:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Robert Iannucci
bf67584091 ccache formula
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, using the -E compiler switch and a hash to detect when a
compilation can be satisfied from cache. This often results in a 5 to 10 times
speedup in common compilations.
2009-10-02 16:30:34 +01:00