summaryrefslogtreecommitdiff
path: root/xts5/bin
diff options
context:
space:
mode:
authorjmichael <jmichael>2005-11-03 08:42:00 +0000
committerjmichael <jmichael>2005-11-03 08:42:00 +0000
commit3fb31840bead8f285100d0b536908dbaa3e157a9 (patch)
treef8069476906b7bb596b089119996ba591afeb1a7 /xts5/bin
parente4ad03a11c2b3383b271f96c863373aba39a565b (diff)
clean up all vsw5 paths to use xts5 instead.
Diffstat (limited to 'xts5/bin')
-rw-r--r--xts5/bin/dmake15
-rw-r--r--xts5/bin/run_assert19
-rw-r--r--xts5/bin/vswrptx29
-rw-r--r--xts5/bin/wbuild6
4 files changed, 29 insertions, 20 deletions
diff --git a/xts5/bin/dmake b/xts5/bin/dmake
index f14e4518..b72ee03f 100644
--- a/xts5/bin/dmake
+++ b/xts5/bin/dmake
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2005 X.Org Foundation LLC
+# Copyright (c) 2005 X.Org Foundation L.L.C.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
@@ -20,22 +20,25 @@
# SOFTWARE.
#
#!/bin/sh
-# $Header: /cvs/xtest/xtest/xts5/bin/dmake,v 1.1 2005-02-12 14:37:13 anderson Exp $
+# $Header: /cvs/xtest/xtest/xts5/bin/dmake,v 1.2 2005-11-03 08:42:00 jmichael Exp $
#
# Copyright (c) Applied Testing and Technology, Inc. 1993, 1994
# All Rights Reserved.
#
# Project: VSW5
#
-# File: vsw5/bin/dmake
+# File: xts5/bin/dmake
#
# Description:
# Version of wbuild with silent operation disabled
#
# Modifications:
# $Log: dmake,v $
-# Revision 1.1 2005-02-12 14:37:13 anderson
-# Initial revision
+# Revision 1.2 2005-11-03 08:42:00 jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
+# Revision 1.1.1.2 2005/04/15 14:05:06 anderson
+# Reimport of the base with the legal name in the copyright fixed.
#
# Revision 8.0 1998/12/23 23:22:41 mar
# Branch point for Release 5.0.2
@@ -96,7 +99,7 @@ fi
TMP=/tmp/xm$$
trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15
-BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg}
+BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg}
cat $BCONFIG Makefile > $TMP
if [ $# = 0 ]; then
diff --git a/xts5/bin/run_assert b/xts5/bin/run_assert
index 023661f2..87ac9c3a 100644
--- a/xts5/bin/run_assert
+++ b/xts5/bin/run_assert
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (c) 2005 X.Org Foundation LLC
+# Copyright (c) 2005 X.Org Foundation L.L.C.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
@@ -20,7 +20,7 @@
# SOFTWARE.
#
#!/bin/sh
-# $Header: /cvs/xtest/xtest/xts5/bin/run_assert,v 1.1 2005-02-12 14:37:13 anderson Exp $
+# $Header: /cvs/xtest/xtest/xts5/bin/run_assert,v 1.2 2005-11-03 08:42:00 jmichael Exp $
#
# Copyright (c) Applied Testing and Technology, Inc. 1993, 1994
# All Rights Reserved.
@@ -34,8 +34,11 @@
#
# Modifications:
# $Log: run_assert,v $
-# Revision 1.1 2005-02-12 14:37:13 anderson
-# Initial revision
+# Revision 1.2 2005-11-03 08:42:00 jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
+# Revision 1.1.1.2 2005/04/15 14:05:06 anderson
+# Reimport of the base with the legal name in the copyright fixed.
#
# Revision 8.0 1998/12/23 23:22:42 mar
# Branch point for Release 5.0.2
@@ -428,7 +431,7 @@ FileIsReadable $TET_ROOT ||
FileIsExecutable $TET_ROOT ||
PrintFatalError "Can not cd to $TET_ROOT"
-VSWHome=$TET_ROOT/vsw5
+VSWHome=$TET_ROOT/xts5
FileIsNotADirectory "$VSWHome" &&
PrintFatalError "$VSWHome does not exist"
FileIsNotADirectory "$VSWHome" &&
@@ -472,15 +475,15 @@ do
echo " /tset/$TestSection/$TestDirectory/Test{$Assertion}" >>$ScenarioPath
done
-tcc -c -s $ScenarioPath vsw5 "$TestCase"
+tcc -c -s $ScenarioPath xts5 "$TestCase"
TccArgs=-be
$Clean && TccArgs=-bec
if [ "$Truss" = "true" ]
then
- truss -f -a tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase"
+ truss -f -a tcc $TccArgs -s $ScenarioPath xts5 "$TestCase"
else
- tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase"
+ tcc $TccArgs -s $ScenarioPath xts5 "$TestCase"
fi
Exit 0
diff --git a/xts5/bin/vswrptx2 b/xts5/bin/vswrptx2
index 2c628ce1..1a750a72 100644
--- a/xts5/bin/vswrptx2
+++ b/xts5/bin/vswrptx2
@@ -20,7 +20,7 @@
# SOFTWARE.
#
:
-# $Header: /cvs/xtest/xtest/xts5/bin/vswrptx2,v 1.2 2005-04-21 09:40:42 ajosey Exp $
+# $Header: /cvs/xtest/xtest/xts5/bin/vswrptx2,v 1.3 2005-11-03 08:42:00 jmichael Exp $
#
# Copyright (c) 2003 The Open Group
# Copyright (c) Applied Testing and Technology, Inc. 1993, 1994
@@ -36,7 +36,10 @@
#
# Modifications:
# $Log: vswrptx2,v $
-# Revision 1.2 2005-04-21 09:40:42 ajosey
+# Revision 1.3 2005-11-03 08:42:00 jmichael
+# clean up all vsw5 paths to use xts5 instead.
+#
+# Revision 1.2 2005/04/21 09:40:42 ajosey
# resync to VSW5.1.5
#
# Revision 8.3 2005/01/20 15:41:57 gwc
@@ -73,7 +76,7 @@
# Prepare for GA Release
#
-RELEASE=`cat $TET_ROOT/vsw5/doc/VSW_RELEASE`
+RELEASE=`cat $TET_ROOT/xts5/doc/VSW_RELEASE`
echo " VSW5 OPEN GROUP SUMMARY REPORT
"
diff --git a/xts5/bin/wbuild b/xts5/bin/wbuild
index 585a702c..3c55e210 100644
--- a/xts5/bin/wbuild
+++ b/xts5/bin/wbuild
@@ -20,14 +20,14 @@
# SOFTWARE.
#
#!/bin/sh
-# $Header: /cvs/xtest/xtest/xts5/bin/wbuild,v 1.3 2005-11-01 01:38:05 idr Exp $
+# $Header: /cvs/xtest/xtest/xts5/bin/wbuild,v 1.4 2005-11-03 08:42:00 jmichael Exp $
#
# Copyright (c) Applied Testing and Technology, Inc. 1993, 1994
# All Rights Reserved.
#
# Project: VSW5
#
-# File: vsw5/bin/wbuild
+# File: xts5/bin/wbuild
#
# Description:
# VSW5 build tool
@@ -67,7 +67,7 @@ fi
TMP=/tmp/xm$$
trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15
-BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg}
+BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg}
cat $BCONFIG Makefile > $TMP