New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 5 and Version 6 of howto/ccache


Ignore:
Timestamp:
05/09/08 04:30:46 (5 years ago)
Author:
nox@…
Comment:

symlinks are now installed in ${prefix}/libexec/ccache

Legend:

Unmodified
Added
Removed
Modified
  • howto/ccache

    v5 v6  
    6464Now add the ccache binary path `/opt/local/ccache/bin` in front of already existing paths: 
    6565{{{ 
    66 export PATH=/opt/local/ccache/bin:/opt/local/bin:/opt/local/sbin:$PATH 
     66export PATH=/opt/local/libexec/ccache:/opt/local/bin:/opt/local/sbin:$PATH 
    6767}}} 
    6868