[Kerncomp-cvs] kerncomp config,1.1.1.1,1.2
Brought to you by:
delsarto,
dswatgelato
From: dsw <dsw...@us...> - 2005-05-13 05:42:29
|
Update of /cvsroot/kerncomp/kerncomp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24921 Modified Files: config Log Message: Add cogito to PATH, while Git and cogito are experimental they are installed in $HOME/bin Index: config =================================================================== RCS file: /cvsroot/kerncomp/kerncomp/config,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** config 9 May 2005 23:22:17 -0000 1.1.1.1 --- config 13 May 2005 05:42:21 -0000 1.2 *************** *** 36,40 **** REMOTE_RSYNC=ia...@le...:/var/www/gelato/docs/kerncomp #to use the ccache version of gcc ! PATH=/usr/lib/ccache:$PATH export PATH --- 36,46 ---- REMOTE_RSYNC=ia...@le...:/var/www/gelato/docs/kerncomp + # While Git and cogito are experimental the + # default install location is $HOME/bin + # add this to PATH + COGITO_PATH=$HOME/bin + export COGITO_PATH + #to use the ccache version of gcc ! PATH=/usr/lib/ccache:$COGITO_PATH:$PATH export PATH |