4 |
# |
# |
5 |
# Setup to build CCF from user's home |
# Setup to build CCF from user's home |
6 |
# |
# |
7 |
# $Id: ccf-setup.csh,v 1.11 2017/12/22 10:44:38 ccflib Exp $ |
# $Id: ccf-setup.csh,v 1.12 2017/12/22 11:11:43 ccflib Exp $ |
8 |
|
|
9 |
|
|
10 |
set host=`hostname | cut -d. -f1` |
set host=`hostname | cut -d. -f1` |
147 |
|
|
148 |
# Add the scripts in $CCFLIB_HOME/bin, $CCFLIB_HOME/lib (for example uploadccf) to PATH |
# Add the scripts in $CCFLIB_HOME/bin, $CCFLIB_HOME/lib (for example uploadccf) to PATH |
149 |
|
|
150 |
setenv PATH ${CCFLIB_HOME}/bin:${CCFLIB_HOME}/lib:${PATH} |
setenv PATH ${CCFLIB_HOME}/bin:${CCFLIB_HOME}/ccfdev/bin:${CCFLIB_HOME}/ccfdev/lib:${PATH} |
151 |
|
|
152 |
# Unsets MAKE if set |
# Unsets MAKE if set |
153 |
|
|