4 |
# |
# |
5 |
# Setup to build CCF from user's home |
# Setup to build CCF from user's home |
6 |
# |
# |
7 |
# $Id: ccf-setup.sh,v 1.7 2017/02/20 14:12:08 ccflib Exp $ |
# $Id: ccf-setup.sh,v 1.8 2017/12/22 10:44:11 ccflib Exp $ |
8 |
|
|
9 |
|
|
10 |
host=`hostname | cut -d. -f1` |
host=`hostname | cut -d. -f1` |
160 |
|
|
161 |
# Add the scripts in $CCFLIB_HOME/bin and $CCFLIB_HOME/lib (for example uploadccf) to PATH |
# Add the scripts in $CCFLIB_HOME/bin and $CCFLIB_HOME/lib (for example uploadccf) to PATH |
162 |
|
|
163 |
export PATH=${CCFLIB_HOME}/bin:${CCFLIB_HOME}/lib:${PATH} |
export PATH=${CCFLIB_HOME}/bin:${CCFLIB_HOME}/ccfdev/bin:${CCFLIB_HOME}/ccfdev/lib:${PATH} |
164 |
|
|
165 |
# Unset MAKE if set |
# Unset MAKE if set |
166 |
|
|