david_williams | b189de8 | 2006-11-29 03:50:07 +0000 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # remember to leave no slashes on filename in source command, | ||||
4 | # so that users path is used to find it (first) | ||||
5 | if [ -n $BUILD_INITIALIZED ] | ||||
6 | then | ||||
7 | source commonVariations.shsource | ||||
8 | # source computeCommon.shsource | ||||
9 | fi | ||||
10 | |||||
11 | cd ${BUILD_HOME}/releng.control | ||||
12 | sh ${BUILD_HOME}/releng.control/cc.sh | ||||
13 | |||||
14 | |||||
15 |