diff options
author | anderson <anderson> | 2005-07-06 05:55:50 +0000 |
---|---|---|
committer | anderson <anderson> | 2005-07-06 05:55:50 +0000 |
commit | 41fe38e5829b9ef59b67fae5d08ee0ca5ea6b803 (patch) | |
tree | 27902b1e836b033b7b8af112483e4c7b9bff81e2 | |
parent | 182df698bba75dab8596879783b35e5c9c592a9e (diff) |
Get TET_ROOT from the env where it can be more easily set
-rw-r--r-- | xts5/configs/tetbuild.cfg.Linux | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xts5/configs/tetbuild.cfg.Linux b/xts5/configs/tetbuild.cfg.Linux index b965bb58..e3f53a82 100644 --- a/xts5/configs/tetbuild.cfg.Linux +++ b/xts5/configs/tetbuild.cfg.Linux @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/configs/tetbuild.cfg.Linux,v 1.5 2005-04-19 04:45:44 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/configs/tetbuild.cfg.Linux,v 1.6 2005-07-06 05:55:50 anderson Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. @@ -33,7 +33,10 @@ # # Modifications: # $Log: tetbuild.cfg.Linux,v $ -# Revision 1.5 2005-04-19 04:45:44 anderson +# Revision 1.6 2005-07-06 05:55:50 anderson +# Get TET_ROOT from the env where it can be more easily set +# +# Revision 1.5 2005/04/19 04:45:44 anderson # s/vsw5/xts5/ # # Revision 1.4 2005/04/19 04:24:53 anderson @@ -212,7 +215,8 @@ CODEMAKER=mc ################## # The location of TET_ROOT. This must not contain variable expansions. -TET_ROOT=/set_your_dir_here +# This must be set in the environment +#TET_ROOT=/set_your_dir_here # TETBASE - The location of the TET directories TETBASE=${TET_ROOT} |