Add more to the example so you can disable ccache with out having to change PATH

This commit is contained in:
Michael Johnson 2004-12-03 01:21:59 +00:00
parent 92b6b2ba88
commit f29bf0fd00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123014

View file

@ -12,6 +12,9 @@ CXX=%%LOCALBASE%%/libexec/ccache/c++
CC=cc
CXX=c++
.endif
.else
CC=/usr/bin/cc
CXX=/usr/bin/c++
.endif
For Korn/Bourne shells Add the following to /etc/profile: