diff options
| author | Christian HoĢltje | 2013-06-18 16:30:16 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 16:57:26 -0700 | 
| commit | bc2c5963c7cd15fdda2c8ef7352e855e0635f803 (patch) | |
| tree | 2687ca5fd3ee9cd7867d4b202bbffedf0d285f6f /Library/Formula/ccache.rb | |
| parent | 1e050ac71d8420b1d45100ba02e5dce6abd3973e (diff) | |
| download | homebrew-bc2c5963c7cd15fdda2c8ef7352e855e0635f803.tar.bz2 | |
ccache: Updated caveat with better instructions
I also added a note about `ccache` never being
used by `brew` since that can be confusing.
Closes #20594.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ccache.rb')
| -rw-r--r-- | Library/Formula/ccache.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/ccache.rb b/Library/Formula/ccache.rb index 2c9661930..b93441dc8 100644 --- a/Library/Formula/ccache.rb +++ b/Library/Formula/ccache.rb @@ -36,13 +36,14 @@ class Ccache < Formula    def caveats; <<-EOS.undent      To install symlinks for compilers that will automatically use      ccache, prepend this directory to your PATH: -      #{libexec} +      #{opt_prefix}/libexec      If this is an upgrade and you have previously added the symlinks to -    your PATH, you will need to modify it to the path specified above so -    it points to the new version. +    your PATH, you may need to modify it to the path specified above so +    it points to the current version.      NOTE: ccache can prevent some software from compiling. +    ALSO NOTE: The brew command, by design, will never use ccache.      EOS    end  end  | 
